tyler-sommer / stick

A golang port of the Twig templating engine
MIT License
183 stars 36 forks source link

feat: add embed loader #59

Open ArtARTs36 opened 8 months ago

ArtARTs36 commented 8 months ago

Hello. This pull request adds loading of templates from the embed file system. This is very convenient when delivering binaries without docker images.

Unfortunately, this change requires an update to the Go version from 1.12 to 1.16