modulepackage
0.0.0-20221117053239-6b27f02f729a
Repository: https://github.com/jimmc/gtrepgen.git
Documentation: pkg.go.dev
# README
gtrepgen Go-Template REPort GENerator
A report generator based on go text templates
Quick start
Building gtrepgen
Build
To compile:
go build
Test
To run the unit tests:
go test ./...
Documentation
To view the go documentation in your web browser:
godoc -http=":6060"
Then open localhost:6060 in your browser.