mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 20:54:22 -06:00
3 lines
89 B
Bash
3 lines
89 B
Bash
#!/bin/sh
|
|
go run spec/gen.go < spec/amqp0-9-1.stripped.extended.xml | gofmt > spec091.go
|