Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-02 | Rename soundbox-go module to soundbox | xengineering | |
This makes the Go code way cleaner. The repository name stays `soundbox-go` but the Go module does not need the prefix. It is just a redundancy. Furthermore it is more common in go to have single-word package names (see the standard library as an example). |