better file organization
This commit is contained in:
8
internal/errors/errors.go
Normal file
8
internal/errors/errors.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package errors_packets
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrResponseNot200OK = errors.New("the request is not 200, download failed")
|
||||
ErrCantFindManifestTOML = errors.New("can't find manifest.toml when trying to read the packagefile")
|
||||
)
|
||||
Reference in New Issue
Block a user