1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 09:59:13 +08:00

style(routing) message

This commit is contained in:
Brian Tiger Chow
2014-10-28 05:12:54 -07:00
parent 321eb421e7
commit e0f4000fcf

View File

@ -10,7 +10,7 @@ import (
)
// ErrNotFound is returned when a search fails to find anything
var ErrNotFound = errors.New("routing: key not found")
var ErrNotFound = errors.New("routing: not found")
// IpfsRouting is the routing module interface
// It is implemented by things like DHTs, etc.