diff options
Diffstat (limited to 'cmd/ponzu/usage.go')
-rw-r--r-- | cmd/ponzu/usage.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/usage.go b/cmd/ponzu/usage.go index a2f6e1c..3418cc1 100644 --- a/cmd/ponzu/usage.go +++ b/cmd/ponzu/usage.go @@ -66,7 +66,7 @@ generate, gen, g <generator type (,...fields)> $ ponzu gen content review title:"string" body:"string" rating:"int" tags:"[]string" The command above will generate a file 'content/review.go' with boilerplate - methods, as well as struct definition, and cooresponding field tags like: + methods, as well as struct definition, and corresponding field tags like: type Review struct { Title string ` + "`json:" + `"title"` + "`" + ` |