You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2019/09/30 08:17:10 UTC

[dubbo-go] branch master updated: Update dev.sh fix GOOS variable

This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a3d7fe  Update dev.sh fix GOOS variable
     new edcdbd9  Merge pull request #235 from zouyx/master
3a3d7fe is described below

commit 3a3d7fe14ff85dba20a84b9416632127cd0a22ff
Author: Joe Zou <yi...@gmail.com>
AuthorDate: Mon Sep 30 16:02:43 2019 +0800

    Update dev.sh fix GOOS variable
---
 examples/helloworld/dubbo/go-client/assembly/windows/dev.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/helloworld/dubbo/go-client/assembly/windows/dev.sh b/examples/helloworld/dubbo/go-client/assembly/windows/dev.sh
index 10a3866..6487b30 100644
--- a/examples/helloworld/dubbo/go-client/assembly/windows/dev.sh
+++ b/examples/helloworld/dubbo/go-client/assembly/windows/dev.sh
@@ -19,7 +19,7 @@
 
 set -e
 
-export GOOS=linux
+export GOOS=windows
 export GOARCH=amd64
 
 export PROFILE="dev"