Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfish-shogi committed Dec 4, 2024
1 parent c346744 commit 4a9d0e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
![Test](https://github.com/abema/go-simple-m3u8/actions/workflows/test.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/abema/go-simple-m3u8/badge.svg)](https://coveralls.io/github/abema/go-simple-m3u8)
[![Go Report Card](https://goreportcard.com/badge/github.com/abema/go-simple-m3u8)](https://goreportcard.com/report/github.com/abema/go-simple-m3u8)

go-simple-m3u8 is a Go library for encoding and decoding M3U8 files.
This library retains all tags and their attributes using a map, ensuring that no tags are lost even if they are not explicitly supported.
While useful methods are provided, you can access all tags and attributes by their names if needed.

0 comments on commit 4a9d0e1

Please sign in to comment.