You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the same problem as #48451: by removing the // +build comments, the package won't work with go 1.16, and that's currently the version we use to process modules. The fix is to add back those comments.
What is the URL of the page with the issue?
https://pkg.go.dev/golang.design/x/clipboard
What is your user agent?
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36
What did you do?
Visit the page
What did you expect to see?
See APIs as it was displayed in older versions, e.g. https://pkg.go.dev/golang.design/x/clipboard@v0.4.6
What did you see instead?
No API is displayed.
The text was updated successfully, but these errors were encountered: