diff options
author | Steve <nilslice@gmail.com> | 2017-01-12 16:19:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-12 16:19:00 -0800 |
commit | 21b9f301c5e1305c3be4e260161d2495bca059de (patch) | |
tree | 3be88e282bb9801b5b0354f89c5fe127996b0b6a /content/doc.go | |
parent | ad96d5fa100615ada7ae8f06e75088f9297122fd (diff) |
[addons] Expanding basic addon framework (#29)
Diffstat (limited to 'content/doc.go')
-rw-r--r-- | content/doc.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/doc.go b/content/doc.go index 3e15b11..8ae4c06 100644 --- a/content/doc.go +++ b/content/doc.go @@ -1,6 +1,6 @@ // Package content contains all user-supplied content which the system is to // manage. Generate content types by using the Ponzu command line tool 'ponzu' // by running `$ ponzu generate <contentName> <fieldName:type...>` -// Note: doc.go file is required to build the Ponzu command since main.go -// imports content package to a blank identifier. +// Note: doc.go file is required to build the Ponzu command since some packages +// import content package to a blank identifier. package content |