We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Per golang/go#38205, the current meta tag at https://www.seehuhn.de/go/websocket?go-get=1 displays
<meta name="go-import" content="seehuhn.de/go/websocket git https://github.com/seehuhn/go-websocket.git">
but should instead show
<meta name="go-import" content="seehuhn.de/go/websocket git https://github.com/seehuhn/go-websocket">
following the formatting guide from go help importpath. The extra ".git" qualifier causes the links in https://pkg.go.dev/seehuhn.de/go/websocket?tab=doc to point to the wrong repo URL.
go help importpath
The text was updated successfully, but these errors were encountered:
This is now fixed.
Sorry, something went wrong.
No branches or pull requests
Per golang/go#38205, the current meta tag at https://www.seehuhn.de/go/websocket?go-get=1 displays
but should instead show
following the formatting guide from
go help importpath
. The extra ".git" qualifier causes the links in https://pkg.go.dev/seehuhn.de/go/websocket?tab=doc to point to the wrong repo URL.The text was updated successfully, but these errors were encountered: