8 lines
99 B
Go
8 lines
99 B
Go
package simplecss
|
|
|
|
import "embed"
|
|
|
|
//go:embed templates/*.html
|
|
//go:embed static/*
|
|
var FS embed.FS
|