mirror of
https://github.com/truecharts/charts.git
synced 2026-07-17 18:01:21 -03:00
12 lines
142 B
Go
12 lines
142 B
Go
//go:build freebsd && amd64
|
|
// +build freebsd,amd64
|
|
|
|
package embed
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed freebsd_amd64
|
|
var StaticFiles embed.FS
|