Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 961 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 961 Bytes

Masker library for Go

branch status Go Report Card codecov Godoc license

Documentation

See ./docs/index.md

Developing

# build images
docker-compose build
# see available targets
docker-compose run --rm golang-devtools make help
# validate
docker-compose run --rm golang-devtools make validate VERBOSE=all
# run in watch mode
docker-compose run --rm golang-devtools make watch