Categorygithub.com/sangupta/berry
repositorypackage
0.1.0
Repository: https://github.com/sangupta/berry.git
Documentation: pkg.go.dev

# README

berry

Build Status Code Coverage go.mod version GitHub Go Report Card PkgGoDev

Utility functions in Go.

Hacking

  • To build the Go docs locally:

  • To run all tests along with code coverage report

    • $ go test ./... -v -coverprofile coverage.out
    • $ go tool cover -html=coverage.out
  • To publish the Go module:

    • $ git tag v0.x.0
    • $ git push origin v0.x.0
    • $ GOPROXY=proxy.golang.org go list -m github.com/sangupta/[email protected]

License

MIT License. Copyright (c) 2022, Sandeep Gupta.