Versions in this module Expand all Collapse all v5 v5.0.1 Jul 28, 2026 Changes in this version + type ExportSummary struct + BootstrapFiles []string + HTMLFiles []string + func Export(parseOutputDir string, parseRoutes []Route) (ExportSummary, error) + type Route struct + BootstrapFormat string + Build func(Target) (RouteOutput, error) + Path string + type RouteOutput struct + Bootstrap []byte + HTML string + type Target struct + BootstrapFile string + BootstrapURL string + HTMLFile string + RoutePath string Other modules containing this package github.com/monstercameron/GoWebComponents/v4