gonum / plot

A repository for plotting and visualizing data
BSD 3-Clause "New" or "Revised" License
2.74k stars 203 forks source link

vg/fonts: support //go:embed directives #637

Closed sbinet closed 3 years ago

sbinet commented 4 years ago

as mentioned in https://github.com/golang/go/issues/41191, Go will probably support //go:embed directives as designed in:

we should probably migrate/prepare for this new feature (when it lands) and make use of it in vg/fonts.

kortschak commented 4 years ago

SGTM