diff --git a/cmd/upgrade/package.go b/cmd/upgrade/package.go deleted file mode 100644 index aa3eec7..0000000 --- a/cmd/upgrade/package.go +++ /dev/null @@ -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 diff --git a/cmd/upgrade/upgrade.go b/cmd/upgrade/upgrade.go index f20780d..644f716 100644 --- a/cmd/upgrade/upgrade.go +++ b/cmd/upgrade/upgrade.go @@ -3,9 +3,6 @@ // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. -// +build !cgo -// +build upgrade - package main import (