repositorypackage
0.0.0-202411202249
Repository: https://github.com/alibay/go-kit.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
No description provided by the author
No description provided by the author
# README
= kit: a common purpose library Черновик, v1.0 :toc: :toc-title: Content
== Build
$ go build ./...
== Running tests
unit tests
$ go test -count=1 ./...
integration tests
$ go test -count=1 -tags integration ./...
== Local development
required utils: |=== | Util | Version |golang | 1.20+ |make | 4.2.1 |protoc| 3.17.3 |===
Major commands for the local development:
make artifacts
make build
make test
make test-integration
Additional commands see Makefile
== CI/CD