mirror of
https://github.com/go-i2p/go-sam-go.git
synced 2025-07-05 02:23:50 -04:00
10 lines
119 B
Go
10 lines
119 B
Go
package sam3
|
|
|
|
import (
|
|
"github.com/go-i2p/go-sam-go/stream"
|
|
)
|
|
|
|
type StreamListener struct {
|
|
*stream.StreamListener
|
|
}
|