mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-04 21:55:18 -04:00
get rid of stdi2p package, move everything relivent to common package
This commit is contained in:
@ -16,3 +16,7 @@ func (e *Entry) FilePath(n StdNetDB) (str string) {
|
||||
func (e *Entry) WriteTo(w io.Writer) (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
func (e *Entry) ReadFrom(r io.Reader) (err error) {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user