blob: a3c8dbe1892a4502544934f065fa0c910a70c103 [file] [log] [blame]
//+build tools
// 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"
)