const go/token.NEQ

12 uses

	go/token (current package)
		token.go#L76: 	NEQ      // !=
		token.go#L185: 	NEQ:      "!=",
		token.go#L272: 	case EQL, NEQ, LSS, LEQ, GTR, GEQ:

	go/constant
		value.go#L1319: 	case token.NEQ:
		value.go#L1349: 		case token.NEQ:
		value.go#L1358: 		case token.NEQ:
		value.go#L1386: 		case token.NEQ:
		value.go#L1396: 		case token.NEQ:

	go/scanner
		scanner.go#L931: 			tok = s.switch2(token.NOT, token.NEQ)

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

	gotest.tools/v3/internal/assert
		assert.go#L129: 		case token.NEQ: