Versions in this module Expand all Collapse all v0 v0.2.2 May 31, 2017 v0.2.1 Apr 6, 2017 Changes in this version + func Dir(useLocal bool, name string) http.FileSystem + func FS(useLocal bool) http.FileSystem + func FSByte(useLocal bool, name string) ([]byte, error) + func FSMustByte(useLocal bool, name string) []byte + func FSMustString(useLocal bool, name string) string + func FSString(useLocal bool, name string) (string, error) + type API struct + func NewAPI(logger log.Logger, local bool) *API + func (a *API) ServeHTTP(w http.ResponseWriter, r *http.Request)