This website works better with JavaScript.
Home
Explore
Help
Sign In
blinkthethings
/
modhex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add comment
master
Blink The Things
3 years ago
parent
5ffdd6bf19
commit
6ff582c159
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
)
{
Write
Preview
Loading…
Cancel
Save