Create package.go

This commit is contained in:
s441433 2018-12-28 22:13:12 +01:00
parent bc967295e2
commit 909a82779b

View File

@ -0,0 +1,5 @@
// Package upgrade is a dummy package to ensure package can be loaded
//
// This file is to avoid the following error:
// can't load package: package go-sqlite3/upgrade: build constraints exclude all Go files in go-sqlite3\upgrade
package upgrade