From a8b92a60396bff8d2d11d466c6613165da3f614b Mon Sep 17 00:00:00 2001 From: Umputun Date: Tue, 11 Sep 2018 12:08:10 -0500 Subject: [PATCH] lint: detached package comment --- backend/app/store/admin/admin.go | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/app/store/admin/admin.go b/backend/app/store/admin/admin.go index 2e2815b4..10799ccd 100644 --- a/backend/app/store/admin/admin.go +++ b/backend/app/store/admin/admin.go @@ -1,5 +1,4 @@ // Package admin defines and implements store for admin-level data like secret key, list of admins and so on - package admin import (