From 2203a437cc7ba0ca087a47d6e99476ba5e09ae71 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 21 Nov 2020 22:41:50 -0500 Subject: Touch up some comments --- page/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'page/main.go') diff --git a/page/main.go b/page/main.go index 18445d4..ebcf33d 100644 --- a/page/main.go +++ b/page/main.go @@ -1,3 +1,5 @@ +// The only purpose of this package is to define the Page interface +// that is used by the `http` package package page import ( -- cgit v1.2.3