tianyuan-api-server/template/api/types.tpl
2024-10-02 00:57:17 +08:00

9 lines
135 B
Smarty

// Code generated by goctl. DO NOT EDIT.
// goctl {{.version}}
package types{{if .containsTime}}
import (
"time"
){{end}}
{{.types}}