# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
About
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/[email protected]
For usage examples, see https://github.com/giant-stone/go/wiki
Updating ghttp mock code
go install go.uber.org/mock/[email protected]
mockgen -source=ghttp/ghttp.go -destination=ghttp/impl_mock.go -package=ghttp -mock_names Interface=ImplMock