Files
go-sam-go/streamListener.go

10 lines
119 B
Go
Raw Normal View History

2025-02-23 18:01:43 -05:00
package sam3
import (
"github.com/go-i2p/go-sam-go/stream"
)
type StreamListener struct {
*stream.StreamListener
}