const go/token.GEQ
10 uses
go/token (current package)
token.go#L78: GEQ // >=
token.go#L187: GEQ: ">=",
token.go#L272: case EQL, NEQ, LSS, LEQ, GTR, GEQ:
go/constant
value.go#L1327: case token.GEQ:
value.go#L1366: case token.GEQ:
value.go#L1404: case token.GEQ:
go/scanner
scanner.go#L927: tok = s.switch4(token.GTR, token.GEQ, '>', token.SHR, token.SHR_ASSIGN)
go/types
expr.go#L215: case token.EQL, token.NEQ, token.LSS, token.LEQ, token.GTR, token.GEQ:
expr.go#L514: case token.LSS, token.LEQ, token.GTR, token.GEQ:
gotest.tools/v3/internal/assert
assert.go#L137: case token.GEQ: