tools: only use 'go:' style build tag

This commit is contained in:
William Banfield
2022-06-23 10:02:40 -04:00
parent 2e11760fbe
commit 22e72d2605
-1
View File
@@ -1,5 +1,4 @@
//go:build tools
// +build tools
// This file uses the recommended method for tracking developer tools in a go module.
//