diff options
| author | Jeff Carr <[email protected]> | 2025-01-12 06:13:42 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-12 06:13:42 -0600 |
| commit | 08cd2afd86557f06d6b3f6e006d686fef4c7b2ee (patch) | |
| tree | 5bff830418741290f2e13502e8137fb877a01999 /human.go | |
| parent | 5b4491f17ba4325ab9783374d4efa7e4aa652a9f (diff) | |
adding help
Diffstat (limited to 'human.go')
| -rw-r--r-- | human.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -8,9 +8,6 @@ import ( // This was just going to be a function to print the results to stdout -// instead, it's the core logic of the whole app -// --dry-run on the command line will just print what would be generated - // print the protobuf in human form func (pf *File) printMsgTable() error { pf.Bases.printMsg() |
