1
goninja: code-first CRUD generation for Go, no reflection
定义一次模型,自动生成可读的Go CRUD代码,无需反射,效率与可维护性兼得。
Been building goninja , a Go framework that generates CRUD REST APIs from annotated structs — routing, validation, OpenAPI, the rest. It's the Go coun…