Hacker News new | ask | show | jobs
by bojanz 1184 days ago
Go isn't perfect either. The author isn't dealing with assets (images anyone?).

Go supports embedding assets since 1.16, the author mentions embedfs in the post.

1 comments

And people are using go-bindata since Go<1.0, so Go supports embedding assets since forever.