Releases: storyicon/gos
Releases · storyicon/gos
What's new in `v1.2`
- Fixed some pull errors
- WebAssembly support
more information: What's new in v1.2
Gos v1.1
What's new in v1.1
- you can specify which upstream proxy
GOS
uses through the environment variableGOS_UPSTREAM_ADDRESS
- you can let
GOS
output more information at runtime by settingGOS_DEBUG
to any non-null value. - now gos returns a
non-zero
code when it encounters acritical
error, which makes it perform better when performingCI
usage.
Some tips for Chinese developers:
对于中国用户,建议将环境变量 GOS_UPSTREAM_ADDRESS
设置为 https://goproxy.io
或 https://goproxy.cn
来获得更快的拉取速度。
more information: What's new in v1.1
Usage
According to your system type, download the zip file,then unzip, rename the binaries to gos
and put it in your $PATH
. Then use gos
as if you were using the go
command.
You may need to execute chmod +x gos
to give gos enough permissions.
👹 Please make sure your golang version ≥ 1.12
: about "go: cannot find main module"