Browse Source

Add readme and comment line for command

master
Blink The Things 3 years ago
parent
commit
5ffdd6bf19
2 changed files with 4 additions and 0 deletions
  1. +3
    -0
      README.md
  2. +1
    -0
      cmd/modhex.go

+ 3
- 0
README.md View File

@ -0,0 +1,3 @@
# modhex
modhex encoder/decoder library and command line tool.

+ 1
- 0
cmd/modhex.go View File

@ -1,3 +1,4 @@
// Command modhex is a simple modhex converstion command line tool.
package main
import (


Loading…
Cancel
Save