Skip to content

tchiunam/axolgo-lib

Repository files navigation

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

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

About

Axolotl library in Golang

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages