From 81f2536554cdb7be3703929da4d7297acd4f5b50 Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Fri, 30 Aug 2019 12:51:08 +0300 Subject: [PATCH] better track tool dependencies --- benchmark/tools.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/benchmark/tools.go b/benchmark/tools.go index 87cc421..a3c8dbe 100644 --- a/benchmark/tools.go +++ b/benchmark/tools.go @@ -1,6 +1,8 @@ //+build tools -package benchmark +// Package tools tracks dependencies on binaries not otherwise referenced in the codebase. +// https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module +package tools import ( _ "github.com/ugorji/go/codec/codecgen"