|
|
|
|
|
by henhouse
1725 days ago
|
|
Is the embedding necessarily a bad thing? I run a site entirely using Go templates and packr to embed the site’s files and it only adds a few MB. Latest version of Go has a built-in way to embed files now through a comment syntax. |
|