diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-19 10:36:34 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-19 10:36:34 -0800 |
commit | 4297b12599dba398d085cd6cc0963b6ec93e0411 (patch) | |
tree | 2c9de54095d8aa940516564311a4009e53c36acd /content/doc.go | |
parent | c5c336008672a0460e2545d3a1fd7739db023c68 (diff) |
contin. debugging host port issue in config
Diffstat (limited to 'content/doc.go')
-rw-r--r-- | content/doc.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/content/doc.go b/content/doc.go new file mode 100644 index 0000000..3e15b11 --- /dev/null +++ b/content/doc.go @@ -0,0 +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. +package content |