Skip to content
/ dolly Public
forked from go-phorce/dolly

a small platform on wheels used for holding heavy objects

License

Notifications You must be signed in to change notification settings

koote/dolly

 
 

Repository files navigation

go-phorce/dolly

GO packages for building web apps in go-phorce

Build Status Coverage Status

Requirements

  1. GoLang 1.16+
  2. SoftHSM 2.6+

Contribution

  • make all complete build and test
  • make test run the tests
  • make testshort runs the tests skipping the end-to-end tests and the code coverage reporting
  • make covtest runs the tests with end-to-end and the code coverage reporting
  • make coverage view the code coverage results from the last make test run.
  • make generate runs go generate to update any code generated files
  • make fmt runs go fmt on the project.
  • make lint runs the go linter on the project.

run make all once, then run make build or make test as needed.

First run:

make all

Tests:

make test

Optionally run golang race detector with test targets by setting RACE flag:

make test RACE=true

Review coverage report:

make covtest coverage

About

a small platform on wheels used for holding heavy objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.3%
  • Shell 1.6%
  • Makefile 1.1%