use logrus for logging

This commit is contained in:
Taka Goto
2018-11-21 10:14:11 -06:00
parent 128d20c9bf
commit e8be96a4e7
57 changed files with 79 additions and 83 deletions
@@ -4,7 +4,7 @@ import (
"context"
"database/sql"
"errors"
"log"
log "github.com/sirupsen/logrus"
"github.com/jmoiron/sqlx"