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:
Moritz Poldrack 2022-08-06 23:06:36 +02:00 committed by Robin Jarry
parent 67ded18fb6
commit d1838c8063
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
//go:build tools
// +build tools
package main