const go/token.GTR

4 uses

	go/token (current package)
		token.go#L73: 	GTR    // >
		token.go#L177: 	GTR:    ">",
		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)