mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-05 14:13:30 -04:00
8 lines
95 B
Go
8 lines
95 B
Go
package stdi2p
|
|
|
|
// i2p date time stamp
|
|
type Date [8]byte
|
|
|
|
// i2p bytestring
|
|
type String []byte
|