summaryrefslogtreecommitdiff
path: root/examples_test.go
AgeCommit message (Collapse)Author
2024-10-03Remove soundbox.Clientxegineering
This data structure only contained a net.HardwareAddr and did not provide much more useful functionality. Thus the net.HardwareAddr type should be used directly.
2024-10-02Fix example documentationxegineering
2024-10-02Rename Soundbox to Clientxegineering
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-02Add basic examplexegineering
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.