From f219c2649d25aae9455620c59b4ae5e4158781bc Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 3 Oct 2016 15:26:41 -0400 Subject: [PATCH] godoc: Document resources package --- resources/resources.go | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/resources.go b/resources/resources.go index d3f8d1e0..93d27ff6 100644 --- a/resources/resources.go +++ b/resources/resources.go @@ -15,6 +15,7 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . +// Package resources provides the resource framework and idempotent primitives. package resources import (