mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 07:04:57 -05:00
* 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
AMPL
6 lines
92 B
AMPL
module github.com/grafana/grafana/dashboard-schemas
|
|
|
|
go 1.15
|
|
|
|
require cuelang.org/go v0.2.2
|