mirror of https://gitee.com/answerdev/answer.git
fix: current sqlite3 compilation problem, temporarily removed. wait to merge with the set CGO_CFLAGS branch.
This commit is contained in:
parent
33dd564195
commit
473cdc374b
|
@ -5,7 +5,6 @@ import (
|
|||
|
||||
_ "github.com/go-sql-driver/mysql"
|
||||
_ "github.com/lib/pq"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
"github.com/segmentfault/pacman/cache"
|
||||
"github.com/segmentfault/pacman/contrib/cache/memory"
|
||||
"github.com/segmentfault/pacman/log"
|
||||
|
|
Loading…
Reference in New Issue