mirror of https://github.com/grafana/grafana.git
7 lines
95 B
Go
7 lines
95 B
Go
|
package dev_dashboards
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed *.json */*.json
|
||
|
var DevDashboardFS embed.FS
|