mirror of
https://github.com/mattn/go-sqlite3.git
synced 2025-05-24 14:54:48 +00:00
8 lines
240 B
Go
8 lines
240 B
Go
// Package upgrade
|
|
//
|
|
// Dummy 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
|