embed_linux.go 71 Bytes
Newer Older
1
2
3
4
5
6
package build

import "embed"

//go:embed linux/*
var EmbedFS embed.FS