mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 16:41:22 -03:00
12 lines
136 B
Go
12 lines
136 B
Go
//go:build darwin && amd64
|
|
// +build darwin,amd64
|
|
|
|
package embed
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed darwin_amd64
|
|
var StaticFiles embed.FS
|