Files
go-i2p/lib/netdb/reseed.go
2016-01-28 10:46:09 -05:00

9 lines
125 B
Go

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