tools.go

1// +build tools
2
3package tools
4
5import (
6	_ "github.com/mailru/easyjson/easyjson"
7	_ "github.com/markbates/pkger/cmd/pkger"
8)