Skip to content

Releases: storyicon/gos

What's new in `v1.2`

01 Aug 05:05
Compare
Choose a tag to compare
  1. Fixed some pull errors
  2. WebAssembly support

more information: What's new in v1.2

Gos v1.1

31 May 05:29
Compare
Choose a tag to compare

What's new in v1.1

  1. you can specify which upstream proxy GOS uses through the environment variable GOS_UPSTREAM_ADDRESS
  2. you can let GOS output more information at runtime by setting GOS_DEBUG to any non-null value.
  3. now gos returns a non-zero code when it encounters a critical error, which makes it perform better when performing CI usage.

Some tips for Chinese developers:

对于中国用户,建议将环境变量 GOS_UPSTREAM_ADDRESS 设置为 https://goproxy.iohttps://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"

Gos alpha

21 May 11:51
Compare
Choose a tag to compare

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.