mirror of
https://github.com/crazy-max/diun.git
synced 2024-12-22 19:38:28 +00: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
|