Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-03 | Remove soundbox.Client | xegineering | |
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-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`. |