Open
Description
When browsing packages at a particular version, for example master, the package site doesn't stick to the version.
For example, on https://pkg.go.dev/go.opentelemetry.io/otel@master/api/trace?tab=doc the links are not generated for the master branch. When I click on "subdirectories", it takes me to https://pkg.go.dev/go.opentelemetry.io/otel@v0.11.1-0.20200909181337-06689a01bd02/api/trace?tab=subdirectories.
This makes package site not a viable option during development. Please stick to the preferred version if possible to improve this issue.