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 (