Age | Commit message (Collapse) | Author |
|
This makes sure always the correct source code revision is selected for
links from the API doc to source code.
|
|
This allows to jump from API doc to source files via links on
https://pkg.go.dev.
|
|
The old module name xengineering.eu/soundbox should be deprecated. It is
kept for compatibility reasons.
|
|
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).
|
|
While the Go import is `xengineering.eu/soundbox-go` the repository URL
is `https://cgit.xengineering.eu/soundbox-go`. This HTML file with a
simple `meta` tag makes it possible that the Go tool from users find the
correct URL automatically.
|