Remove legacy build tags

This commit is contained in:
Tulir Asokan 2021-10-31 13:04:56 +02:00
parent 47a5e8b83c
commit 47105b411f
3 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//go:build cgo && !nocrypto
// +build cgo,!nocrypto
package main

View File

@ -15,7 +15,6 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
//go:build cgo && !nocrypto
// +build cgo,!nocrypto
package database

View File

@ -1,5 +1,4 @@
//go:build !cgo || nocrypto
// +build !cgo nocrypto
package main