const go/token.NEQ

4 uses

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

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