System Grab Bag

View all TLDR pages from common (or from all pages)

zek

Generate a Go struct from XML. More information: https://github.com/miku/zek.
  • Generate a Go struct from a given XML from stdin and display output on stdout:
    cat {{path/to/input.xml}} | zek
  • Generate a Go struct from a given XML from stdin and send output to a file:
    curl -s {{https://url/to/xml}} | zek -o {{path/to/output.go}}
  • Generate an example Go program from a given XML from stdin and send output to a file:
    cat {{path/to/input.xml}} | zek -p -o {{path/to/output.go}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.