package errors import "fmt" var ( ErrNotFound = fmt.Errorf("Not found") )