diff options
author | mattn <mattn.jp@gmail.com> | 2018-02-02 21:40:21 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-02 21:40:21 +0900 |
commit | cf92a0c6c881ae9db15f8720a7be6439c24b4b7c (patch) | |
tree | 5cadb7a5ede1c8e938b62b2370de0fd5299e3a81 /sqlite3.go | |
parent | Merge pull request #521 from mattn/fix520 (diff) | |
parent | Add static_mock.go to allow building with CGO_ENABLED=0 (diff) | |
download | golite-cf92a0c6c881ae9db15f8720a7be6439c24b4b7c.tar.gz golite-cf92a0c6c881ae9db15f8720a7be6439c24b4b7c.tar.xz |
Merge pull request #524 from jckimble/master
Add static_mock.go to allow building with CGO_ENABLED=0
Diffstat (limited to 'sqlite3.go')
-rw-r--r-- | sqlite3.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +// +build cgo + // Copyright (C) 2014 Yasuhiro Matsumoto <mattn.jp@gmail.com>. // // Use of this source code is governed by an MIT-style |