Files
go-sam-go/SAMConn.go

12 lines
203 B
Go
Raw Normal View History

2025-02-23 18:45:11 -05:00
// package sam3 wraps the original sam3 API from github.com/go-i2p/sam3
2025-02-23 18:01:43 -05:00
package sam3
import (
"github.com/go-i2p/go-sam-go/stream"
)
// Implements net.Conn
type SAMConn struct {
*stream.StreamConn
}