# stream-metadata-go **Repository Path**: mirrors_coreos/stream-metadata-go ## Basic Information - **Project Name**: stream-metadata-go - **Description**: Go library for parsing Fedora CoreOS streams - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-09 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).