aboutsummaryrefslogtreecommitdiffstats
path: root/tools.go
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2022-08-06 23:06:36 +0200
committerRobin Jarry <robin@jarry.cc>2022-08-06 23:12:35 +0200
commitd1838c80632eeb514d6ceb98e5e7761eafe891e3 (patch)
treee144408bf21494cc771db0a2b1790e0e139af457 /tools.go
parent67ded18fb642077f63bb8e788d7e6d1201d5aa3f (diff)
downloadaerc-d1838c80632eeb514d6ceb98e5e7761eafe891e3.tar.gz
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>
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools.go b/tools.go
index e59cfdda..b682c002 100644
--- a/tools.go
+++ b/tools.go
@@ -1,4 +1,5 @@
//go:build tools
+// +build tools
package main