Pārlūkot izejas kodu

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

Change-Id: I26eef5fb4275a240be06c829a193fd41694d7465
Leo 4 gadi atpakaļ
vecāks
revīzija
b9780afe2a
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      tools/tools.go

+ 2 - 0
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