better track tool dependencies

This commit is contained in:
Aleksandr Razumov
2019-08-30 12:51:08 +03:00
parent c786b9d3b6
commit 81f2536554
+3 -1
View File
@@ -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"