esmaspäev, 19. september 2016 8:48.37 UTC+3 kirjutas loc...@gmail.com:
>
> Hello again. I am trying to connect to a SQLite database with the package 
> # github.com/mattn/go-sqlite3 and get the aforementioned error whenever I 
> attempt to run my program. I am running a 32-bit Windows 10 OS and version 
> 1.7.1 of GoLang.
>
 
In the very top of the readme:
<<*go-sqlite3* is *cgo* package. If you want to build your app using 
go-sqlite3, you need gcc. However, if you install *go-sqlite3* withgo 
install github.com/mattn/go-sqlite3, you don't need gcc to build your app 
anymore.>> 

So how did you install the go-sqlite3 <http://github.com/mattn/go-sqlite3>, 
using "go get..." or "go install..."?


HTH
ain

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to