From c7f017af059d7838ba9bc6d369bdedd43d45ea5b Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 17 Apr 2017 11:54:16 -0700 Subject: package documentation for godoc --- cmd/ponzu/main.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmd') diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index b3dc708..d57e776 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -1,3 +1,7 @@ +// Package main is located in the cmd/ponzu directory and contains the code to build +// and operate the command line interface (CLI) to manage Ponzu systems. Here, +// you will find the code that is used to create new Ponzu projects, generate +// code for content types and other files, build Ponzu binaries and run servers. package main import ( -- cgit v1.2.3