diff options
author | Moritz Poldrack <git@moritz.sh> | 2022-08-06 23:06:36 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-08-06 23:12:35 +0200 |
commit | d1838c80632eeb514d6ceb98e5e7761eafe891e3 (patch) | |
tree | e144408bf21494cc771db0a2b1790e0e139af457 /tools.go | |
parent | 67ded18fb642077f63bb8e788d7e6d1201d5aa3f (diff) | |
download | aerc-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.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ //go:build tools +// +build tools package main |