From 94a6b5c4611aa4947daa86792d0d99dc79e1b557 Mon Sep 17 00:00:00 2001 From: "Iskander (Alex) Sharipov" Date: Thu, 28 Feb 2019 14:52:00 +0300 Subject: [PATCH] tools.go: add a note about "dependency tracking" (#816) This will help us to remember why this file is there and how this pattern is called. Signed-off-by: Iskander Sharipov --- tools.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools.go b/tools.go index 4ed3506e7..ecf64ee39 100644 --- a/tools.go +++ b/tools.go @@ -2,6 +2,8 @@ package critic +// See https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module. + import ( // Used for CI linting. _ "github.com/Quasilyte/go-consistent"