13 lines
310 B
Go
13 lines
310 B
Go
//go:build !js
|
|
|
|
// SPDX-Licence-Identifier: EUPL-1.2
|
|
|
|
// Package codegen generates Web Component bundles for go-html slot maps.
|
|
//
|
|
// Use it at build time, or through the cmd/codegen CLI:
|
|
//
|
|
// bundle, err := GenerateBundle(map[string]string{
|
|
// "H": "site-header",
|
|
// "C": "app-main",
|
|
// })
|
|
package codegen
|