Files
go-sam-go/stream/types_test.go

14 lines
194 B
Go
Raw Permalink Normal View History

package stream
import (
"net"
"github.com/go-i2p/go-sam-go/common"
)
2025-05-27 19:40:50 -04:00
var (
ss common.Session = &StreamSession{}
sl net.Listener = &StreamListener{}
sc net.Conn = &StreamConn{}
)