Skip to content
/ go Public

giant-stone/go 是一个将多个生产环境项目高频使用函数整合一起,避免在每个项目中不断重复。

License

Notifications You must be signed in to change notification settings

giant-stone/go

Repository files navigation

About

Go Go Report Card LICENSE GoDoc

giant-stone/go is a library that integrates frequently used functions from multiple production environment projects, avoiding repetition in each project.

Build requirement:

  • Go >= 1.20

Installing the latest version

go list -m -versions github.com/giant-stone/go
# Choose the latest version from the output, such as `v1.1.0`
go get -u github.com/giant-stone/go@v1.1.0

For usage examples, see https://github.com/giant-stone/go/wiki

Updating ghttp mock code

go install go.uber.org/mock/mockgen@v0.4.0
mockgen -source=ghttp/ghttp.go -destination=ghttp/impl_mock.go -package=ghttp -mock_names Interface=ImplMock

About

giant-stone/go 是一个将多个生产环境项目高频使用函数整合一起,避免在每个项目中不断重复。

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

Contributors 3

  •  
  •  
  •