mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
9691af83ee
* Go program to output openapi * Fix number type syntax Resolves error: 'unsupported op for number &' * Render just the schemas * Use args as entrypoints and add test * Update README, tidy go.mod
6 lines
92 B
Modula-2
6 lines
92 B
Modula-2
module github.com/grafana/grafana/dashboard-schemas
|
|
|
|
go 1.15
|
|
|
|
require cuelang.org/go v0.2.2
|