Merge pull request #23 from liftoffio/gen-reference

Reference the gen package from easyjson
This commit is contained in:
Victor Starodub
2016-04-23 02:28:50 +04:00
+4
View File
@@ -7,6 +7,10 @@ import (
"strings"
"github.com/mailru/easyjson/bootstrap"
// Reference the gen package to be friendly to vendoring tools,
// as it is an indirect dependency.
// (The temporary bootstrapping code uses it.)
_ "github.com/mailru/easyjson/gen"
"github.com/mailru/easyjson/parser"
)