mirror of
https://github.com/go-i2p/go-sam-go.git
synced 2026-01-23 11:20:21 -05:00
Rewrite the whole StreamSession thing, which still doesn't work
This commit is contained in:
11
stream/types_test.go
Normal file
11
stream/types_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package stream
|
||||
|
||||
import (
|
||||
"net"
|
||||
|
||||
"github.com/go-i2p/go-sam-go/common"
|
||||
)
|
||||
|
||||
var ss common.Session = &StreamSession{}
|
||||
var sl net.Listener = &StreamListener{}
|
||||
var sc net.Conn = &StreamConn{}
|
||||
Reference in New Issue
Block a user