routine icon indicating copy to clipboard operation
routine copied to clipboard

如何使用泛型版本(How to use the generic version)

Open timandy opened this issue 3 years ago • 0 comments

如何使用泛型版本

  1. 编辑你项目的 go.mod 文件,把 go 版本修改为 1.18
  2. 复制 feature/generic 分支最新提交的 SHA 值。
  3. 到你项目下执行 go get github.com/timandy/routine@SHA,替换 SHA 为复制的值。

How to use the generic version

  1. Edit your the project's go.mod file and change the go version to 1.18.
  2. Copy the SHA value of the latest commit of the feature/generic branch.
  3. Go to your project and execute go get github.com/timandy/routine@SHA, replace SHA with the copied value.

timandy avatar Apr 28 '22 01:04 timandy