1 comment

[ 216 ms ] story [ 322 ms ] thread
Hi HN,

I've built a CLI tool called gon, which brings Rails-style scaffolding to Go.

It generates models, usecases, handlers, fixtures and test helpers with one command, following a clean architecture structure.

Inspired by `rails g scaffold`, but for Go.

Repo: https://github.com/mickamy/gon

I'd love to hear your feedback and ideas!