Don't build storage/sqlite tests without cgo

This commit is contained in:
Matt Joiner 2022-03-15 15:51:41 +11:00
parent 7979d7ef96
commit fedc611f4b
No known key found for this signature in database
GPG Key ID: 6B990B8185E7F782
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
//go:build cgo
// +build cgo
package sqliteStorage
import (