Browse Source

Add comment

master
Blink The Things 3 years ago
parent
commit
6ff582c159
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modhex.go

+ 1
- 0
modhex.go View File

@ -10,6 +10,7 @@ import (
// modhex character table for encoding
const modhexTable = "cbdefghijklnrtuv"
// modhex map for decoding
var modhexMap map[byte]byte
func init() {


Loading…
Cancel
Save