diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -2,4 +2,7 @@ soundbox-go is a Go library to interface with [soundbox][1] devices. +While the repository and project name is `soundbox-go` the Go module name is +only `soundbox` to make the resulting code more readable. + [1]: https://xengineering.eu/git/soundbox @@ -1,3 +1,3 @@ -module xengineering.eu/soundbox-go +module xengineering.eu/soundbox go 1.23.1 |