Skip to content

Commit 6705bfb

Browse files
committed
fix: godoc #4
1 parent 36e53da commit 6705bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ var {{ .StructName }}IndexesConfig = &xian.Config{
303303
{{- end }}
304304
305305
// {{ .StructName }}ListReq List取得時に渡すリクエスト
306-
// └─ bool/int(64) は stringで渡す(BoolCriteria | IntegerCriteria)
306+
// └─ bool/int(64)|float64 は stringで渡す(BoolCriteria | IntegerCriteria)
307307
type {{ .StructName }}ListReq struct {
308308
{{- range .FieldInfos }}
309309
{{- if eq .FieldType "bool" }}

0 commit comments

Comments
 (0)