Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
morooi committed Jul 20, 2023
1 parent ccd794c commit 4e60bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main
import (
"errors"
"github.com/jmoiron/sqlx"
log "github.com/sirupsen/logrus"
_ "github.com/logoove/sqlite"
log "github.com/sirupsen/logrus"
)

const schema = `
Expand Down

0 comments on commit 4e60bb0

Please sign in to comment.