1
0
mirror of https://github.com/fumiama/gozel.git synced 2026-06-05 00:10:24 +08:00

feat(gen): add enum support & gofmt

This commit is contained in:
源文雨
2026-03-20 00:18:50 +08:00
parent 2117a59552
commit 20cf04b2e9
5 changed files with 451 additions and 12 deletions

4
doc.go Normal file
View File

@@ -0,0 +1,4 @@
package gozel
//go:generate go run ./gen -spec ./spec
//go:generate gofmt -w .