get rid of stdi2p package, move everything relivent to common package

This commit is contained in:
Jeff Becker
2016-01-29 07:35:17 -05:00
parent 1e471e4e00
commit 6fcab3b7dd
9 changed files with 12 additions and 24 deletions

View File

@ -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
}