Files
go-i2p/lib/netdb/reseed.go
2016-01-29 07:22:31 -05:00

9 lines
123 B
Go

package netdb
type HTTPSReseed string
func (r HTTPSReseed) Reseed(chnl chan *Entry) (err error) {
close(chnl)
return
}