nathanejohnson / gobranchdocs

go tool for getting pkg.go.dev documentation for untagged releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gobranchdocs is a tool meant to automate the process of getting pkg.go.dev module documentation for whatever the head of the current checked out branch of a given project is. This is meant to automate this process:

golang/go#36811 (comment)

Quick and dirty hack, but figured it might be useful for others. This works for whatever the current checked out branch of the package is, provided it's pushed to the remote and pkg.go.dev and proxy.golang.org can reach the remote. Upon success, it will attempt to open the appropriate pkg.go.dev package documentation page in the default browser.

Usage:

gobranchdocs [options] [path]
  -dont-open-browser
        disable opening browser url
  -pkg-go-dev-url string
        go doc url (default "https://pkg.go.dev")
  -proxy-go-url string
        proxy url (default "https://proxy.golang.org")

If no path is specified, defaults to the current directory

About

go tool for getting pkg.go.dev documentation for untagged releases

License:MIT License


Languages

Language:Go 100.0%