From b9780afe2a3dd5831cabec343d30c7bd200a2b1d Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 8 Jun 2021 14:20:25 +0200 Subject: [PATCH] tools: add build tag on tools.go to fix IJ error Change-Id: I26eef5fb4275a240be06c829a193fd41694d7465 --- tools/tools.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/tools.go b/tools/tools.go index b7d2bda14..8537476f0 100644 --- a/tools/tools.go +++ b/tools/tools.go @@ -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