mirror of
https://github.com/argoproj/argo-cd
synced 2026-05-22 08:48:49 +00:00
7 lines
104 B
Go
7 lines
104 B
Go
package assets
|
|
|
|
import "embed"
|
|
|
|
// Embedded contains embedded assets
|
|
//go:embed *
|
|
var Embedded embed.FS
|