diff options
Diffstat (limited to 'page/main.go')
| -rw-r--r-- | page/main.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 ( |
