55283d3c91
`resolver` isn't suitable name for the package with NeoFS name system functionality. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
5 lines
78 B
Go
5 lines
78 B
Go
package ns
|
|
|
|
import "errors"
|
|
|
|
var errNotFound = errors.New("record not found")
|