mirror of
https://github.com/go-i2p/go-i2cp.git
synced 2025-06-10 09:40:43 -04:00
Starting to add tests
This commit is contained in:
@ -3,7 +3,7 @@ package go_i2cp
|
||||
import "testing"
|
||||
|
||||
func TestRandomDestination(t *testing.T) {
|
||||
var destOne, destTwo Destination
|
||||
var destOne, destTwo *Destination
|
||||
var err error
|
||||
destOne, err = NewDestination()
|
||||
var stream = NewStream(make([]byte, 4096))
|
||||
|
Reference in New Issue
Block a user