summaryrefslogtreecommitdiff
path: root/system/api/server.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 /system/api/server.go
parent1967bdc0363f538ecc61134537d680bd6d0b0b82 (diff)
package documentation for godoc
Diffstat (limited to 'system/api/server.go')
-rw-r--r--system/api/server.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/api/server.go b/system/api/server.go
index 209ddaa..a7bd056 100644
--- a/system/api/server.go
+++ b/system/api/server.go
@@ -1,3 +1,6 @@
+// Package api sets the various API handlers which provide an HTTP interface to
+// Ponzu content, and include the types and interfaces to enable client-side
+// interactivity with the system.
package api
import "net/http"