Files
cms-server/cmd/gen_exception/exception.tmpl
2026-01-21 13:48:37 +08:00

9 lines
139 B
Cheetah

// Code generated by gen-exception; DO NOT EDIT.
package exception
const (
{{- range .Items }}
{{ .Name }} = "{{ .Value }}"
{{- end }}
)