diff --git a/handlers/handlers.go b/handlers/handlers.go index 872a3be..8fbcc21 100644 --- a/handlers/handlers.go +++ b/handlers/handlers.go @@ -1,3 +1,4 @@ +// Package handlers provides the http functionality package handlers import ( diff --git a/store/store.go b/store/store.go index c633758..4f77b50 100644 --- a/store/store.go +++ b/store/store.go @@ -1,3 +1,4 @@ +// Package store provides support to intergate with the entries easily package store import (