diff options
Diffstat (limited to 'internal/storage/sqlite_cgo.go')
| -rw-r--r-- | internal/storage/sqlite_cgo.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/storage/sqlite_cgo.go b/internal/storage/sqlite_cgo.go new file mode 100644 index 0000000..0956852 --- /dev/null +++ b/internal/storage/sqlite_cgo.go @@ -0,0 +1,5 @@ +//go:build cgo + +package storage + +import _ "github.com/mattn/go-sqlite3" |
