Skip to content

noble-gase/og

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

鿫-Og

golang pkg.go.dev MIT

[鿫-Og] Go开发脚手架

og

自动生成项目,支持 HTTPgRPC,并同时支持创建「单应用」和「多应用」

go install github.com/noble-gase/og/cmd/og@latest

进一步了解 👉 详情

protoc-gen-og

使用 proto 定义API,基于 chi 自动生成路由和服务注册

go install github.com/noble-gase/og/cmd/protoc-gen-og@latest

进一步了解 👉 详情

gg

protoc-gen-go 启发,为结构体生成 Get 方法【支持泛型!!!】,避免空指针引起的Panic

go install github.com/noble-gase/og/cmd/gg@latest

进一步了解 👉 详情

Enjoy 😊