ok-2
This commit is contained in:
9
tmpls/tmpls.go
Normal file
9
tmpls/tmpls.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package tmpls
|
||||
|
||||
import (
|
||||
"embed"
|
||||
_ "embed"
|
||||
)
|
||||
|
||||
//go:embed *.yaml
|
||||
var FS embed.FS
|
||||
Reference in New Issue
Block a user