This is an automated email from the ASF dual-hosted git repository.
joezou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push:
new 45f8e33 fix wrong GOOS in helloworld go-client dev build
new 26c479b Merge pull request #165 from titanxxh/patch-1
45f8e33 is described below
commit 45f8e33e3d67cfb1a3a5a4abc5b90ac698ad9c39
Author: Xinhao Xu <[email protected]>
AuthorDate: Tue Jun 9 16:11:08 2020 +0800
fix wrong GOOS in helloworld go-client dev build
---
golang/helloworld/dubbo/go-client/assembly/windows/dev.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/golang/helloworld/dubbo/go-client/assembly/windows/dev.sh
b/golang/helloworld/dubbo/go-client/assembly/windows/dev.sh
index 10a3866..6487b30 100755
--- a/golang/helloworld/dubbo/go-client/assembly/windows/dev.sh
+++ b/golang/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"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]