A while back I notice that godoc.org introduced a link to the standard library log package in the package documentation for the log/level package. The link is wrong because the documentation is referring to the Go Kit log package, not the standard library log package.
I filed an issue against the code that serves godoc.org: golang/gddo#525.
Today an explanation for the behavior was posted in that issue along with a recommendation that a simple rephrasing of the log/level package docs would convince godoc.org to remove the link.