Move counter to its own package

This commit is contained in:
Chris Sexton 2016-03-19 11:44:27 -04:00
parent b6d63f6432
commit 28ccc4f0c2
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// © 2013 the CatBase Authors under the WTFPL. See AUTHORS for the list of authors. // © 2013 the CatBase Authors under the WTFPL. See AUTHORS for the list of authors.
package plugins package counter
import ( import (
"database/sql" "database/sql"