From 4188fefaa0a5b7a32d2fd848cd6b70a01fe10227 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sat, 2 Aug 2014 16:51:47 -0700 Subject: [PATCH] sqlite: Empty file to make the go tool happy with a test-only directory. Not sure if this is still needed but had it sitting on my filesystem, never checked in. Change-Id: I06a5efd265032b6a4f867a8d0504cfb4f061304b --- pkg/index/sqlite/sqlite.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pkg/index/sqlite/sqlite.go diff --git a/pkg/index/sqlite/sqlite.go b/pkg/index/sqlite/sqlite.go new file mode 100644 index 000000000..50a625f39 --- /dev/null +++ b/pkg/index/sqlite/sqlite.go @@ -0,0 +1,3 @@ +// Empty file to make the go tool happy with a test-only directory. + +package sqlite