diff --git a/errors.go b/errors/errors.go similarity index 99% rename from errors.go rename to errors/errors.go index 70139f0..ef8cea8 100644 --- a/errors.go +++ b/errors/errors.go @@ -1,4 +1,4 @@ -package storageos +package errors import ( "fmt" diff --git a/map_errors.go b/errors/map_errors.go similarity index 99% rename from map_errors.go rename to errors/map_errors.go index 73128bd..b7f48aa 100644 --- a/map_errors.go +++ b/errors/map_errors.go @@ -1,4 +1,4 @@ -package storageos +package errors import ( "fmt"