aboutsummaryrefslogtreecommitdiff
path: root/tcl_test.go
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2020-09-03 15:37:08 +0200
committerJan Mercl <0xjnml@gmail.com>2020-09-03 15:37:08 +0200
commit3ff11fb2cf3597e31eb790772bc03fae46e6b029 (patch)
treeee92e30a8517c7df584ec3a110797511e17e37a0 /tcl_test.go
parentc26bc822d86191c2e3f2334bb6a17c2846843dfe (diff)
release v1.5.0, completely CGo-free, including the Tcl testsv1.5.0
Diffstat (limited to 'tcl_test.go')
-rw-r--r--tcl_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcl_test.go b/tcl_test.go
index abdad96..02e8843 100644
--- a/tcl_test.go
+++ b/tcl_test.go
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build cgo
-
package sqlite // import "modernc.org/sqlite"
import (