gomonop/go.mod
Emmanuel BENOîT 916dc35de6 Use golf for command line parsing
* Split command line flags data from the main program data structure
* Use golf to support GNU-style flags
* Added -h/--help flag
2021-02-19 10:53:07 +01:00

5 lines
82 B
Modula-2

module nocternity.net/monitoring
go 1.15
require github.com/karrick/golf v1.4.0