diff options
| author | Partho Kumar Rajvor <partho.kr@protonmail.com> | 2023-05-17 00:50:30 +0600 |
|---|---|---|
| committer | mattn <mattn.jp@gmail.com> | 2023-05-17 10:16:53 +0900 |
| commit | d366d8de4e44f5c6c37b6b7169a276ee94d0d55b (patch) | |
| tree | 61328730dc73284fe2df16e0a5ecfc19554a8898 | |
| parent | Fix virtual table example. (#1149) (diff) | |
| download | golite-d366d8de4e44f5c6c37b6b7169a276ee94d0d55b.tar.gz golite-d366d8de4e44f5c6c37b6b7169a276ee94d0d55b.tar.xz | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ _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` compile present within your path.*** +***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.*** # API Reference |
