Sponge is a powerful development framework that integrates automatic code generation
, Gin and GRPC
.
Sponge has a rich set of code generation commands, and the generated
different functional codes can be combined into a complete service
(similar to how artificially broken sponge cells can automatically
reassemble into a new complete sponge). From development, testing, API
documentation to deployment, one-stop project development greatly
improves development efficiency and reduces development difficulty,
implementation of "low-code way" development projects.
一个强大的自动生成go项目代码工具 sponge
Related Posts
hvalid 一个轻量级(不使用反射)的验证库 golang
hvalid 是一个用Go语言编写的轻量级验证库,它自定义验证器的接口,以及提供了一系列通用的验证函数,以帮助开发者快速实现数据验证。