File: README.md

package info (click to toggle)
golang-github-coreos-stream-metadata-go 0.4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: makefile: 17
file content (11 lines) | stat: -rw-r--r-- 395 bytes parent folder | download
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).