add generator tag
This commit is contained in:
@ -74,6 +74,7 @@ func genSourceFile(states []State) {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
log.Print("Generated blocks.go")
|
||||
}
|
||||
|
||||
var typeMaps = map[string]string{
|
||||
|
@ -82,6 +82,7 @@ func main() {
|
||||
if err != nil {
|
||||
log.Panic(err)
|
||||
}
|
||||
log.Print("Generated properties_enum.go")
|
||||
}
|
||||
|
||||
func UpperTheFirst(word string) string {
|
||||
|
Reference in New Issue
Block a user