Compare commits

...

1 Commits

Author SHA1 Message Date
William Banfield
22e72d2605 tools: only use 'go:' style build tag 2022-06-23 10:02:40 -04:00

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.
//