mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
15 lines
268 B
Smarty
15 lines
268 B
Smarty
{{~
|
|
name = x.name
|
|
namespace_with_top_module = x.namespace_with_top_module
|
|
comment = x.comment
|
|
items = x.items
|
|
~}}
|
|
|
|
package {{x.top_module}}
|
|
|
|
const (
|
|
{{~for item in items ~}}
|
|
{{x.go_full_name}}_{{item.name}} = {{item.int_value}}
|
|
{{~end~}}
|
|
)
|