-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
The gopherjs tips and tricks advices against importing fmt or importing libraries that import fmt (such as encoding/json). The fmt library on its own is responsible for something like 400kb larger output js files. I would suggest moving awat from fmt in formatting and move to using https://github.com/cathalgarvey/fmtless/encoding/json for JSON marshalling.