You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.
Well, historically development of the project was not strongly follow go-idioms and make API follow rules of naming is good idea. But the library already used in some proprietary software and these changes will made it incompatible. Anyway I plan to cleanup code in this direction before 1.0 but not in near release. Now I interested in bugfixes and supporting of latest M3U8 specs.
I left this issue open for discussion for the library users.
Hi there,
Some field names in the structs in structure.go are not go-idiomatic, for example:
ProgramId (ProgramID)
GroupId (GroupID)
SeqId (SeqID)
Iframe (IFrame)
Happy to provide a PR if you want to go in this direction.
Cheers,
The text was updated successfully, but these errors were encountered: