An open API service indexing awesome lists of open source software.

https://github.com/coreos/stream-metadata-go

Go library for parsing Fedora CoreOS streams
https://github.com/coreos/stream-metadata-go

Last synced: about 1 year ago
JSON representation

Go library for parsing Fedora CoreOS streams

Awesome Lists containing this project

README

          

# Go library for parsing Fedora CoreOS streams

See the [Fedora CoreOS documentation](https://docs.fedoraproject.org/en-US/fedora-coreos/getting-started/)
for basic information about streams.

This is a Go library which exposes API to decode streams into Go structs,
as well as a convenience API to find the URL for a given stream.

# Example usage

See [example code here](example/example.go).