Fix upgrade tool

This commit is contained in:
Gert-Jan Timmer 2018-06-18 10:44:34 +02:00
parent 1fa3dcb142
commit 355ec13490
2 changed files with 0 additions and 14 deletions

View File

@ -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

View File

@ -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 (