mirror of
https://github.com/grafana/grafana.git
synced 2025-09-26 22:23:44 +08:00
9 lines
112 B
Go
9 lines
112 B
Go
package grafanabuild
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed scripts/packaging/windows/*
|
|
var WindowsPackaging embed.FS
|