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/db/init.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system/db/init.go') diff --git a/system/db/init.go b/system/db/init.go index 3fc35f5..eb5f7ee 100644 --- a/system/db/init.go +++ b/system/db/init.go @@ -1,3 +1,6 @@ +// Package db contains all interfaces to the databases used by Ponzu, including +// exported functions to easily manage addons, users, indices, search, content, +// and configuration. package db import ( -- cgit v1.2.3