cleanup
This commit is contained in:
parent
87cda39a1a
commit
ac31a09e4d
@ -1,11 +0,0 @@
|
||||
package db
|
||||
|
||||
import (
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
var log *logrus.Entry
|
||||
|
||||
func init() {
|
||||
log = logrus.WithFields(logrus.Fields{"prefix": "db"})
|
||||
}
|
@ -2,7 +2,7 @@ package postgres
|
||||
|
||||
import (
|
||||
"database/sql"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
_ "https://github.com/lib/pq"
|
||||
"mapserver/coords"
|
||||
"mapserver/db"
|
||||
)
|
||||
|
@ -1,11 +0,0 @@
|
||||
package mapobjectdb
|
||||
|
||||
import (
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
var log *logrus.Entry
|
||||
|
||||
func init() {
|
||||
log = logrus.WithFields(logrus.Fields{"prefix": "mapobjectdb"})
|
||||
}
|
Loading…
Reference in New Issue
Block a user