forked from TrueCloudLab/frostfs-sdk-go
[#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:
parent
75a5b6588d
commit
55283d3c91
6 changed files with 7 additions and 7 deletions
5
ns/util.go
Normal file
5
ns/util.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package ns
|
||||
|
||||
import "errors"
|
||||
|
||||
var errNotFound = errors.New("record not found")
|
Loading…
Add table
Add a link
Reference in a new issue