forked from mirror/go-sqlite3
12 lines
368 B
Go
12 lines
368 B
Go
|
// Copyright (C) 2018 The Go-SQLite3 Authors.
|
||
|
//
|
||
|
// Use of this source code is governed by an MIT-style
|
||
|
// license that can be found in the LICENSE file.
|
||
|
//
|
||
|
// 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 tools/upgrade
|
||
|
|
||
|
package main
|