mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
better track tool dependencies
This commit is contained in:
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user