summaryrefslogtreecommitdiff
path: root/content/soundbox
AgeCommit message (Collapse)Author
2024-11-29Add commit to Go source tagsxengineering
This makes sure always the correct source code revision is selected for links from the API doc to source code.
2024-11-29Add Go source links to all published Go modulesxengineering
This allows to jump from API doc to source files via links on https://pkg.go.dev.
2024-10-02Rename soundbox-go module to soundboxxengineering
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).