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"