first commit
This commit is contained in:
8
template/api/types.tpl
Normal file
8
template/api/types.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
// Code generated by goctl. DO NOT EDIT.
|
||||
// goctl {{.version}}
|
||||
|
||||
package types{{if .containsTime}}
|
||||
import (
|
||||
"time"
|
||||
){{end}}
|
||||
{{.types}}
|
||||
Reference in New Issue
Block a user