mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-05 06:05:16 -04:00
9 lines
125 B
Go
9 lines
125 B
Go
package netdb
|
|
|
|
type HTTPSReseed string
|
|
|
|
func (r HTTPSReseed) Reseed(chnl chan *Entry) (err error) {
|
|
close(chnl)
|
|
return
|
|
}
|