mirror of
https://github.com/go-i2p/go-sam-go.git
synced 2025-07-05 18:28:09 -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{}
|