mirror of
https://github.com/rjNemo/payit
synced 2026-06-06 02:16:40 +00:00
8 lines
166 B
Go
8 lines
166 B
Go
package webassets
|
|
|
|
import "embed"
|
|
|
|
// Assets bundles HTML templates and static files for the checkout UI.
|
|
//
|
|
//go:embed templates/*.html static/*
|
|
var Assets embed.FS
|