Live data from Hacker News

Show HN: My first Go project, a useless animated bunny sign for your terminal

github.com

11–20 of 23 posts

Re: Show HN: My first Go project, a useless animated bunny sign for your terminal

#14
post #10

Setting up golangci-lint doesn't need any work - just add the golangci-lint Github action to your project: https://github.com/golangci/golangci-lint-action If you're looking to customize things, linter-wise, I would recommend configuring revive: https://github.com/mgechev/revive It's extremely fast and covers a lot of random stuff that other linters don't seem to but which is still good practice. It can be a bit nitp…

Thank you so much will dig into it!

Re: Show HN: My first Go project, a useless animated bunny sign for your terminal

#15

What, no AI?!

no stochastic parrots :D (well, I did ask LLMs some questions about scaffolding and doubts when it comes to std lib, but I always double check their answers, so for me it's not that huge time saving)

Re: Show HN: My first Go project, a useless animated bunny sign for your terminal

#20

it's good! you don't need a pkg folder btw - they're not a go standard. check out `internal` as it's recognised by the tool chain and may be what you want

I struggled a bit with the scaffolding indeed, there are a lot of divergent opinions out there in the golang community
Post reply on HN