const go/token.GEQ

4 uses

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

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