Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 789 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 789 Bytes

gowebtmpl

Golang web template.

A Go(Golang) Web Backend Template project with gin, ent, jwt, sonyflake, cobra, viper.

Architecture of the project

I was trying to design a clean project like you can esaily replacement of components.

The truth is, I can't.

Still, you can replace some componet like gin, logger(slog), ent, sonyflake .
Just need some time to fix the interface signature and function signature.