mirror of
https://github.com/go-i2p/go-sam-go.git
synced 2025-07-04 18:21:34 -04:00
12 lines
187 B
Go
12 lines
187 B
Go
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{}
|