Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-29 | Add commit to Go source tags | xengineering | |
This makes sure always the correct source code revision is selected for links from the API doc to source code. | |||
2024-11-29 | Add Go source links to all published Go modules | xengineering | |
This allows to jump from API doc to source files via links on https://pkg.go.dev. | |||
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). |