mirror of
https://github.com/go-i2p/go-sam-go.git
synced 2025-07-03 09:57:43 -04:00
11 lines
191 B
Go
11 lines
191 B
Go
// package sam3 wraps the original sam3 API from github.com/go-i2p/sam3
|
|
package sam3
|
|
|
|
import (
|
|
"github.com/go-i2p/go-sam-go/stream"
|
|
)
|
|
|
|
type StreamListener struct {
|
|
*stream.StreamListener
|
|
}
|