summaryrefslogtreecommitdiff
path: root/cmd/ponzu/main.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-04-17 11:54:16 -0700
committerSteve Manuel <nilslice@gmail.com>2017-04-17 11:54:16 -0700
commitc7f017af059d7838ba9bc6d369bdedd43d45ea5b (patch)
treeefd21e25794747f230cffddb0313e55ff37108a8 /cmd/ponzu/main.go
parent1967bdc0363f538ecc61134537d680bd6d0b0b82 (diff)
package documentation for godoc
Diffstat (limited to 'cmd/ponzu/main.go')
-rw-r--r--cmd/ponzu/main.go4
1 files changed, 4 insertions, 0 deletions
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 (