mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 15:21:22 -03:00
12 lines
141 B
Go
12 lines
141 B
Go
//go:build windows && arm64
|
|
// +build windows,arm64
|
|
|
|
package embed
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed windows_arm64/*
|
|
var StaticFiles embed.FS
|