From 7f15943cb43fa945829f87d3e50be5f70bac12b3 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 30 Oct 2017 00:09:28 +0100 Subject: [PATCH] Added package synonyms --- handlers/handlers.go | 1 + store/store.go | 1 + 2 files changed, 2 insertions(+) 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 (