mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 18:51:17 +00:00
10 lines
201 B
Go
10 lines
201 B
Go
// Ensure go mod fetches files needed at code generation time;
|
|
// the build constraint ensures this file is ignored
|
|
// +build tools
|
|
|
|
package report
|
|
|
|
import (
|
|
_ "github.com/ugorji/go/codec/codecgen"
|
|
)
|