It's not strictly HTML, so that's just correct. This is just worth doing while building the new TypeScript bundle
8 lines
105 B
Go
8 lines
105 B
Go
package static
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed css gen file ico js vendor
|
|
var EmbeddedStaticFS embed.FS
|