const go/token.NEQ

12 uses

	go/token (current package)
		token.go#L77: 	NEQ      // !=
		token.go#L186: 	NEQ:      "!=",
		token.go#L276: 	case EQL, NEQ, LSS, LEQ, GTR, GEQ:

	go/constant
		value.go#L1313: 	case token.NEQ:
		value.go#L1344: 		case token.NEQ:
		value.go#L1353: 		case token.NEQ:
		value.go#L1381: 		case token.NEQ:
		value.go#L1391: 		case token.NEQ:

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

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

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