Skip to content

Commit

Permalink
better track tool dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Aug 30, 2019
1 parent c786b9d commit 81f2536
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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"
Expand Down

0 comments on commit 81f2536

Please sign in to comment.