A bookmarklet to navigate from a go repository (e.g. https://github.com/stretchr/testify) to the corresponding godoc page.
To install:
- Create a new bookmark (in Chrome, right-click bookmarks bar > Add page...)
- Name it anything you want (I use
GoDoc
) - Copy the following into the URL:
javascript:(function(){
window.location='http://godoc.org/?q='+encodeURIComponent(window.location);
})()
Test it out: https://github.com/stretchr/testify