Remove //+build tags, as the code does not compile on older versions of Go anymore

This commit is contained in:
Deluan
2022-07-29 08:41:28 -04:00
parent 67f2a89d89
commit 16afd3a490
7 changed files with 0 additions and 7 deletions
-1
View File
@@ -1,5 +1,4 @@
//go:build !windows && !plan9
// +build !windows,!plan9
package cmd
-1
View File
@@ -1,5 +1,4 @@
//go:build wireinject
// +build wireinject
package cmd