aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2020-09-03 15:37:08 +0200
committerJan Mercl <0xjnml@gmail.com>2020-09-03 15:37:08 +0200
commit3ff11fb2cf3597e31eb790772bc03fae46e6b029 (patch)
treeee92e30a8517c7df584ec3a110797511e17e37a0 /README.md
parentc26bc822d86191c2e3f2334bb6a17c2846843dfe (diff)
release v1.5.0, completely CGo-free, including the Tcl testsv1.5.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/README.md b/README.md
index 04cc6af..117136c 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,4 @@ Installation
$ go get modernc.org/sqlite
-Or for installation without CGO enabled:
-
- $ CGO_ENABLED=0 go get modernc.org/sqlite
-
Documentation: [godoc.org/modernc.org/sqlite](http://godoc.org/modernc.org/sqlite)