Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-02 | Rename Soundbox to Client | xegineering | |
Since the module name is `soundbox` naming the primary type of the module also `Soundbox` is redundant. Following similar code from the Go standard library this struct is renamed to `Client`. | |||
2024-10-02 | Add basic example | xegineering | |
This gives a brief introduction how the library should be used. Furthermore it has an output string comment making sure with the test suite that it actually works. |