6 comments

  • danudey 7 hours ago ago

    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 nitpicky but in a good way.

  • yomismoaqui 9 hours ago ago

    Also you can run it directly (no need for npx envy)

    go run github.com/fsgreco/go-bunny-sign/cmd/bunnysign@latest "hello world"

  • runjake 10 hours ago ago

    It's a pretty good start, now add | (pipe) chars to either sides of the phrases, properly aligned and spaced to form a box.

  • hactually 9 hours ago ago

    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

  • amelius 10 hours ago ago

    No button to punch the bunny?

  • maxmcd 10 hours ago ago

    zero deps, nice instructions, how nice