aavaz-ai / go-guide

The Uber Go Style Guide.
Apache License 2.0
0 stars 0 forks source link

Elimination of lint errors -- how strict are we? #1

Closed kaushalvivek closed 2 years ago

kaushalvivek commented 2 years ago

All code should be error-free when run through golint and go vet. We recommend setting up your editor to:

Run goimports on save Run golint and go vet to check for errors

kaushalvivek commented 2 years ago

We are okay with goDoc errors -- anything else should be resolved before merging with master.