diff options
author | Jan Mercl <0xjnml@gmail.com> | 2019-12-18 17:51:11 +0100 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2019-12-18 17:51:11 +0100 |
commit | 0bd6d67fefae8bb593662c01bd539776019681a8 (patch) | |
tree | 12124ac1d27826cea1c39f115f2c24a835deadb3 /sqlite_go18_test.go | |
parent | 8afe3d5bd9a307c22902c09273e89729cf4469ce (diff) |
prepare pre-alpha release
Diffstat (limited to 'sqlite_go18_test.go')
-rw-r--r-- | sqlite_go18_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite_go18_test.go b/sqlite_go18_test.go index 686dd65..027240f 100644 --- a/sqlite_go18_test.go +++ b/sqlite_go18_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//+build go1.8 +// +build go1.8 package sqlite // import "modernc.org/sqlite" |