mapleFU commented on PR #1837:
URL: https://github.com/apache/kvrocks/pull/1837#issuecomment-1771360012

   Thanks @lieck . The patch lgtm!
   
   But you still need to fix the golang-lint:
   
   ```
   unit/type/json/json_test.go:60: File is not `gofmt`-ed with `-s` (gofmt)
            require.NoError(t, rdb.Do(ctx, "SET", "a", `1`).Err())
           require.Error(t, rdb.Do(ctx, "JSON.ARRAPPEND", "a", "$", `1`).Err())
           require.NoError(t, rdb.Do(ctx, "DEL", "a").Err())
   $ /home/runner/go/bin/golangci-lint run -v ./...
   Traceback (most recent call last):
   ```
   
   You can just run `go fmt` to format the file.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to