Versions in this module Expand all Collapse all v0 v0.1.6 Jan 22, 2019 Changes in this version + type Asset interface + Bytes func() []byte + List func() ([]Asset, error) + Name func() string + Template func() *template.Template + type Assets interface + Asset func(name string) (Asset, error) + List func() []Asset + ServeHTTP func(w http.ResponseWriter, r *http.Request) + var Data Assets