mirror of
https://github.com/go-i2p/go-sam-go.git
synced 2025-07-04 02:04:42 -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
|
||
|
}
|