edoardottt / golazy

Golang module exporting general purpose functions I get tired of rewriting every time
https://pkg.go.dev/github.com/edoardottt/golazy
GNU General Public License v3.0
21 stars 0 forks source link

Improvement: use a linter #1

Open Enrico204 opened 2 years ago

Enrico204 commented 2 years ago

I was looking at the code, and I saw some minor style issues that you can avoid by using a linter like https://golangci-lint.run/ . Unfortunately I never used GitHub Actions, so I can't help you with a PR

edoardottt commented 2 years ago

Grande Enricoo :)

In realtà la Github action di golangci è presente in tutte le repo in go (anche in questa) ma non sapevo che alcune cose sono disabilitate di default.. Dovrei inserire un file chiamato .golangci.yml con la configurazione apposita

Grazie mille !!