package point import ( "errors" ) var ( ErrBadConfiguration = errors.New("Bad configuration.") )