1 2 3 4 5 6 7
package disallowedcommand import "errors" var ( Error = errors.New("Disallowed command") )