summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--go.mod2
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1952d11..e5026e6 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/go.mod b/go.mod
index 934ac7c..a58af87 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
-module xengineering.eu/soundbox-go
+module xengineering.eu/soundbox
go 1.23.1