forked from mirror/go-sqlite3
Fix upgrade tool
This commit is contained in:
parent
1fa3dcb142
commit
355ec13490
|
@ -1,11 +0,0 @@
|
||||||
// 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
|
|
|
@ -3,9 +3,6 @@
|
||||||
// Use of this source code is governed by an MIT-style
|
// Use of this source code is governed by an MIT-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// +build !cgo
|
|
||||||
// +build upgrade
|
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue