package gods import ( "errors" ) var ( IndexRangeErr = errors.New("index out of range") )