small fixes, lease

This commit is contained in:
Hayden Parker
2016-02-14 23:10:37 -08:00
parent f9706700a1
commit 9d6560b94d
8 changed files with 85 additions and 9 deletions

View File

@ -1,5 +1,11 @@
package common
/*
I2P Integer
https://geti2p.net/en/docs/spec/common-structures#type_Integer
Accurate for version 0.9.24
*/
import (
"encoding/binary"
)