summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 11c146632bdc120d704ea4cb1a50b904f155387d (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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).