takanome-dev / astro.go.blog

Blog app with Astro 🚀 on the front and Go 🐹 on the back
https://blog-with-astro-golang.vercel.app/
MIT License
33 stars 5 forks source link

Chore: add linting to the server #40

Closed takanome-dev closed 1 year ago

takanome-dev commented 1 year ago

Type of feature

📦 Chore

Current behavior

There is no linting in the server

Suggested solution

Use https://github.com/golangci/golangci-lint for linting the Go web server

Additional context

No response

Contributing Docs

abdulbari149 commented 1 year ago

Hi, I have just started working with Go. Would love to implement it. Please let me know about it

takanome-dev commented 1 year ago

@abdulbari149 sure, feel free to take it up. Give the contributing guide a read to assign yourself and the readme to get up and running. Let me know if you hit any issues