Categorygithub.com/giant-stone/go
repository
1.1.0
Repository: https://github.com/giant-stone/go.git
Documentation: pkg.go.dev

# 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

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/[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