6 lines
97 B
Go
6 lines
97 B
Go
package apperrors
|
|
|
|
import "errors"
|
|
|
|
var ErrContainerNotFound = errors.New("container_not_found")
|