Versions in this module Expand all Collapse all v4 v4.0.0 Nov 13, 2025 Changes in this version + func AppendAssetHandlers(mux *http.ServeMux, opts *BootstrapOptions) error + func AppendResourcesHandler(next http.Handler, opts *BootstrapOptions) http.Handler + type BootstrapOptions struct + AppendJavaScriptAtEOF bool + CSS []string + JS []string + Prefix string + RollupAssets bool + func DefaultBootstrapOptions() *BootstrapOptions + func (opts *BootstrapOptions) EnableJavascript() Other modules containing this package github.com/aaronland/go-http/v3