Show HN: My first Go project, a useless animated bunny sign for your terminal
26 pointsby stgr_codes91 days ago17 comments(github.com)
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 nitpicky but in a good way.
go run github.com/fsgreco/go-bunny-sign/cmd/bunnysign@latest "hello world"