[#179] Rename resolver package to ns

`resolver` isn't suitable name for the package with NeoFS name system
functionality.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2022-04-12 11:25:18 +03:00 committed by LeL
parent 75a5b6588d
commit 55283d3c91
6 changed files with 7 additions and 7 deletions

5
ns/util.go Normal file
View file

@ -0,0 +1,5 @@
package ns
import "errors"
var errNotFound = errors.New("record not found")