7 lines
85 B
Go
7 lines
85 B
Go
package templates
|
|
|
|
import "embed"
|
|
|
|
//go:embed webapp/*
|
|
var WebappTemplateFS embed.FS
|