mirror of
https://github.com/wader/fq.git
synced 2024-11-27 06:04:47 +03:00
1b32b42f93
Generate more code More generic and comfortable API Improve and Update format decoder to new API Add some more format tests
6 lines
332 B
Go
6 lines
332 B
Go
//nolint:revive
|
|
package ebml_matroska
|
|
|
|
// https://raw.githubusercontent.com/cellar-wg/matroska-specification/aa2144a58b661baf54b99bab41113d66b0f5ff62/ebml_matroska.xml
|
|
//go:generate sh -c "go run ../ebml/gen/main.go ebml_matroska.xml ebml_matroska github.com/wader/fq/format/matroska/ebml '' Segment | gofmt > ebml_matroska_gen.go"
|