瀏覽代碼

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

Change-Id: I26eef5fb4275a240be06c829a193fd41694d7465
Leo 4 年之前
父節點
當前提交
b9780afe2a
共有 1 個文件被更改,包括 2 次插入0 次删除
  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,
 // 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.
 // so wherever we can, we just build from source rather than pulling in third party binaries.
 package main
 package main