10 lines
112 B
Go
10 lines
112 B
Go
|
package assets
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed public
|
||
|
var Templates embed.FS
|
||
|
|
||
|
//go:embed static
|
||
|
var Static embed.FS
|