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 --- system/api/server.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system/api') 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" -- cgit v1.2.3