Categorygithub.com/tchiunam/axolgo-lib
repository
1.2.2
Repository: https://github.com/tchiunam/axolgo-lib.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

# README

axolgo-lib, the Axolotl Library in Golang

Release

Code Quality

Activity

License

Popularity


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

Use it with your Go module

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/[email protected]

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.

Run test

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

Test report

Code Coverage graph

Code Coverage graph


See more

  1. axolgo-cloud for using cloud library (AWS SDK and GCP API)
  2. axolgo-cli for using Axolgo in command line

License

FOSSA Status