Remove suggestion that CGO isn't always needed

Fixes #855
This commit is contained in:
Sam Jewell 2024-10-31 11:16:32 +00:00 committed by GitHub
parent 82bc911e85
commit 98a9e96917
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ This package can be installed with the `go get` command:
_go-sqlite3_ is *cgo* package.
If you want to build your app using go-sqlite3, you need gcc.
However, after you have built and installed _go-sqlite3_ with `go install github.com/mattn/go-sqlite3` (which requires gcc), you can build your app without relying on gcc in future.
***Important: because this is a `CGO` enabled package, you are required to set the environment variable `CGO_ENABLED=1` and have a `gcc` compiler present within your path.***