feat: add buf cmd

This commit is contained in:
Rogee
2024-12-23 15:21:34 +08:00
parent 0c9bf76971
commit c37ec34402
4 changed files with 83 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ func main() {
cmd.CommandGen,
cmd.CommandSwag,
cmd.CommandFmt,
cmd.CommandBuf,
}
for _, c := range cmds {