jmcfarlane / golang-templates-example

A simple Golang templates example

Home Page:https://rockfloat.com/post/learning-golang-templates.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-bindata does not support multiple dirs per package.

jmcfarlane opened this issue · comments

go-bindata uses a map lookup per directory, and it does a range over the dirs and returns the first match (or no match). This should likely switch to something like rice.