kuzzleio / sdk-go

Golang SDK using the WebSocket protocol to communicate with Kuzzle API including offline resiliency
http://docs.kuzzle.io/sdk/go/2
Apache License 2.0
8 stars 5 forks source link

Apply Go Vet and Golint suggestions #288

Closed alexandrebouthinon closed 1 year ago

alexandrebouthinon commented 3 years ago

I tried to add go vet and golint command in the Github Actions workflows. This resulted to a bunch of errors. For example with go vet https://github.com/kuzzleio/sdk-go/runs/1729052279?check_suite_focus=true

We should fix those errors to match Golang coding style standards