func/templates
Matej Vasek c2b4a304bd
feat: ability for users to specify custom builders (#147)
* refactor: functionWithOverrides
* feat: custom Buildpacks builder
* fix: namespaces
2020-10-05 10:29:51 -04:00
..
go chore: update go cloudevent sdk dep 2020-09-29 18:24:53 +02:00
node feat: set builder images in templates and .faas.yaml (#136) 2020-09-24 11:41:34 -04:00
quarkus feat: ability for users to specify custom builders (#147) 2020-10-05 10:29:51 -04:00
README.md docs: fix function typos 2020-08-29 01:55:33 +09:00

README.md

Templates

Updating

When any templates are modified, ../pkged.go should be regenerated.

go get github.com/markbates/pkger/cmd/pkger
pkger

Generates a pkged.go containing serialized versions of the contents of the templates directory, made accessible at runtime.

Until such time as embedding static assets in binaries is included in the base go build functionality (see https://github.com/golang/go/issues/35950) a third-party tool is required and pkger provides an API largely compatible with the os package.