From 28ccc4f0c2e062011c69a75b91c04d98ce5b12ca Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Sat, 19 Mar 2016 11:44:27 -0400 Subject: [PATCH] Move counter to its own package --- plugins/{ => counter}/counter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename plugins/{ => counter}/counter.go (99%) diff --git a/plugins/counter.go b/plugins/counter/counter.go similarity index 99% rename from plugins/counter.go rename to plugins/counter/counter.go index f1915ce..c67168c 100644 --- a/plugins/counter.go +++ b/plugins/counter/counter.go @@ -1,6 +1,6 @@ // © 2013 the CatBase Authors under the WTFPL. See AUTHORS for the list of authors. -package plugins +package counter import ( "database/sql"