tools: add build tag on tools.go to fix IJ error

Change-Id: I26eef5fb4275a240be06c829a193fd41694d7465
This commit is contained in:
Leo 2021-06-08 14:20:25 +02:00
parent 00a92b0278
commit b9780afe2a
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build tools
// package tool pins a number of Go dependencies that we use. Go builds really fast,
// so wherever we can, we just build from source rather than pulling in third party binaries.
package main