mirror of
https://github.com/go-i2p/go-sam-go.git
synced 2025-07-05 10:24:48 -04:00
11 lines
131 B
Go
11 lines
131 B
Go
package sam3
|
|
|
|
import (
|
|
"github.com/go-i2p/go-sam-go/stream"
|
|
)
|
|
|
|
// Implements net.Conn
|
|
type SAMConn struct {
|
|
*stream.StreamConn
|
|
}
|