fix: current sqlite3 compilation problem, temporarily removed. wait to merge with the set CGO_CFLAGS branch.

This commit is contained in:
LinkinStar 2022-10-27 21:26:27 +08:00
parent 33dd564195
commit 473cdc374b
1 changed files with 0 additions and 1 deletions

View File

@ -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"