cli/internal/licenses/embed_linux_amd64.go
Babak K. Shandiz c9543e7489
fix(licenses): implement VCS-friendly embedding
Signed-off-by: Babak K. Shandiz <babakks@github.com>
2026-02-25 14:59:52 +00:00

8 lines
125 B
Go

package licenses
import "embed"
const rootDir = "embed/linux-amd64"
//go:embed all:embed/linux-amd64
var embedFS embed.FS