diff options
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" |