mirror of
https://github.com/harivansh-afk/agentikube.git
synced 2026-04-15 03:00:43 +00:00
6 lines
91 B
Go
6 lines
91 B
Go
package manifest
|
|
|
|
import "embed"
|
|
|
|
//go:embed templates/*.yaml.tmpl
|
|
var templateFS embed.FS
|