This is the library of the Axolotl series in Golang. It serves as the base of other axol libraries.
Go package: https://pkg.go.dev/github.com/tchiunam/axolgo-lib
To add as dependency for your package or upgrade to the latest version:
go get github.com/tchiunam/axolgo-lib
To upgrade or downgrade to a specific version:
go get github.com/tchiunam/axolgo-lib@v1.2.3
To remove dependency on your module and downgrade modules:
go get github.com/tchiunam/axolgo-lib@none
See 'go help get' or https://golang.org/ref/mod#go-get for details.
To run test:
go test ./...
To run test with coverage result:
go test -coverpkg=./... ./...
To run test with coverage result and output:
go test -coverpkg=./... -coverprofile=coverage.out ./...
- axolgo-cloud for using cloud library (AWS SDK and GCP API)
- axolgo-cli for using Axolgo in command line