mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-02-08 14:43:17 +08:00
12 lines
136 B
Go
12 lines
136 B
Go
//go:build linux && amd64
|
|
// +build linux,amd64
|
|
|
|
package embed
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed linux_amd64
|
|
var StaticFiles embed.FS
|