diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2016-11-06 13:16:38 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2016-11-06 13:16:38 +0900 |
commit | 15491aeb9ce9ce0ec580011e1bbc3d83c6be4953 (patch) | |
tree | d3916cceaba7e88e5bed7e6c9cd25f9129f26836 /sqlite3_go18_test.go | |
parent | go vet && golint (diff) | |
download | golite-15491aeb9ce9ce0ec580011e1bbc3d83c6be4953.tar.gz golite-15491aeb9ce9ce0ec580011e1bbc3d83c6be4953.tar.xz |
go vet && golint
Diffstat (limited to 'sqlite3_go18_test.go')
-rw-r--r-- | sqlite3_go18_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite3_go18_test.go b/sqlite3_go18_test.go index bc8aa4e..54e6604 100644 --- a/sqlite3_go18_test.go +++ b/sqlite3_go18_test.go @@ -2,6 +2,7 @@ // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. + // +build go1.8 package sqlite3 |