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