From 4a9d0e13a8d4e5a201ca19cbaeec34c29720f8a0 Mon Sep 17 00:00:00 2001 From: Kubo Ryosuke Date: Wed, 4 Dec 2024 21:18:36 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 65020ff..cea61c6 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file