Windows X64下面需要mingw-w64.
>
> 4.所以windows上的编译失败
>
>
> 然后换用linux
>
> 按照提示:
> 1. [root@localhost ~]# pkg-config --cflags --libs sqlite3
> -lsqlite3
>
> 2. [root@localhost ~]# go get github.com/mattn/go-sqlite3
> # cd .; git clone https://github.com/mattn/go-sqlite3
> /home/MyProjects/src/github.com/mattn/go-sqlite3
> Cloning into /home/MyProjects/src/github.com/mattn/go-sqlite3...
> error: SSL certificate problem, verify that the CA cert is OK. Details:
> error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify
> failed while accessing https://github.com/mattn/go-sqlite3/info/refs
>
> fatal: HTTP request failed
> package github.com/mattn/go-sqlite3: exit status 128
>
>
>
> 请使用过此package的筒子分享一下,使用经验,thx
>
> --
> Face the sea, for the spring flowers blossoming
>
>
>
>
> --
> 官网: http://golang-china.org/
> IRC: irc.freenode.net #golang-china
> @golangchina
--