Skip to content

Conversation

@ozfive
Copy link

@ozfive ozfive commented Mar 8, 2023

This pull request includes a license file so that the docs can be viewed again at https://pkg.go.dev/github.com/ushis/m3u since they scan for LICENSE files and don't recognize the MIT license in the code files themselves. It replaces string concatenation with bytes.Buffer to improve efficiency in WriteTo and WriteSimpleTo. It also replaces fmt.Fprintf with strconv.AppendInt for writing integers and uses bufio.Scanner instead of bufio.NewReader for reading lines.

ozfive added 2 commits March 7, 2023 21:04
…laces string concatenation with bytes.Buffer to improve efficiency in WriteTo and WriteSimpleTo. It also replaces fmt.Fprintf with strconv.AppendInt for writing integers and uses bufio.Scanner instead of bufio.NewReader for reading lines.
@ozfive
Copy link
Author

ozfive commented Mar 13, 2023

Hi @ushis any chance you would like to discuss the pull request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant