webpa-common icon indicating copy to clipboard operation
webpa-common copied to clipboard

The collection of small common packages for the webpa project.

webpa-common

Build Status Dependency Updateer codecov.io Go Report Card Quality Gate Status Apache V2 License GitHub Release GoDoc

Table of Contents

  • Code of Conduct
  • Environment Requirements
  • Testing The Library
  • Contributing

Code of Conduct

This project and everyone participating in it are governed by the XMiDT Code Of Conduct. By participating, you agree to this Code.

Environment Requirements

  • Go with version >= 1.12 https://golang.org/dl/

Testing the Library

To run the tests, git clone the repository, then from within the repo directory run:

go test ./... -race -coverprofile=coverage.txt

Contributing

Refer to CONTRIBUTING.md.