diff options
Diffstat (limited to 'vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go')
-rw-r--r-- | vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go b/vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go index f9e08e142a..43e6418808 100644 --- a/vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go +++ b/vendor/github.com/mattn/go-sqlite3/sqlite3_go18.go @@ -3,6 +3,7 @@ // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. +// +build cgo // +build go1.8 package sqlite3 |