const go/token.GEQ

10 uses

	go/token (current package)
		token.go#L79: 	GEQ      // >=
		token.go#L188: 	GEQ:      ">=",
		token.go#L276: 	case EQL, NEQ, LSS, LEQ, GTR, GEQ:

	go/constant
		value.go#L1321: 	case token.GEQ:
		value.go#L1361: 		case token.GEQ:
		value.go#L1399: 		case token.GEQ:

	go/scanner
		scanner.go#L958: 			tok = s.switch4(token.GTR, token.GEQ, '>', token.SHR, token.SHR_ASSIGN)

	go/types
		expr.go#L231: 	case token.EQL, token.NEQ, token.LSS, token.LEQ, token.GTR, token.GEQ:
		expr.go#L793: 	case token.LSS, token.LEQ, token.GTR, token.GEQ:

	gotest.tools/v3/internal/assert
		assert.go#L137: 		case token.GEQ: