restore compatibility with Go 1.16
Fix build error with go 1.16: //go:build comment without // +build comment Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
parent
67ded18fb6
commit
d1838c8063
1 changed files with 1 additions and 0 deletions
1
tools.go
1
tools.go
|
@ -1,4 +1,5 @@
|
||||||
//go:build tools
|
//go:build tools
|
||||||
|
// +build tools
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue