add tests, fix imports, document consts

This commit is contained in:
Hayden Parker
2016-06-17 21:07:16 -07:00
parent 38a8ec2e4c
commit 3f2c615a21
15 changed files with 49 additions and 19 deletions

View File

@ -10,6 +10,7 @@ import (
"encoding/binary"
)
// Total byte length of an I2P integer
const (
INTEGER_SIZE = 8
)