From 5ffdd6bf197465384d114fa0bcd115c3baf57b0b Mon Sep 17 00:00:00 2001 From: blinkthethings Date: Fri, 25 Dec 2020 13:36:52 -0500 Subject: [PATCH] Add readme and comment line for command --- README.md | 3 +++ cmd/modhex.go | 1 + 2 files changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4963f7b --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# modhex + +modhex encoder/decoder library and command line tool. \ No newline at end of file diff --git a/cmd/modhex.go b/cmd/modhex.go index 55fcbd7..6e97f6c 100644 --- a/cmd/modhex.go +++ b/cmd/modhex.go @@ -1,3 +1,4 @@ +// Command modhex is a simple modhex converstion command line tool. package main import (