Closed
Description
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/ocfl-archive/error/pkg/error#pkg-examples
What is your user agent?
Chrome
Screenshot
What did you do?
Created an example test for the package error
.
What did you see happen?
Conflict in pkg.go.dev with the type error
. Locally, the tests pass, and there's no conflict with the error type.
What did you expect to see?
Local and pkg.go.dev capabilities align, either with the error being caught locally in the go compiler, or the package running as expected in the go doc examples.