diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-02-18 02:39:13 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-02-18 02:39:13 +0900 |
commit | eac3a7fd2172686487c3373343ffb946230d0fa8 (patch) | |
tree | 7214a9cc81563cbb4c4a9d3fb35c0e2f5cda1520 /README.md | |
parent | Merge pull request #693 from egonelbre/unify-travis-runs (diff) | |
download | golite-eac3a7fd2172686487c3373343ffb946230d0fa8.tar.gz golite-eac3a7fd2172686487c3373343ffb946230d0fa8.tar.xz |
Fix typo
[ci skip]
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -495,7 +495,7 @@ For an example see [shaxbee/go-spatialite](https://github.com/shaxbee/go-spatial Second please set the database connections of the SQL package to 1. ```go - db.SetMaxOpenConn(1) + db.SetMaxOpenConns(1) ``` More information see [#209](https://github.com/mattn/go-sqlite3/issues/209) |