Description from extension meta
Makes it easy to set GOOS and GOARCH params in godoc
Description from store
Sets GOOS and GOARCH params suitable for godoc. For example, if you select darwin and amd64, then:
GOOS=darwin&GOARCH=amd64
is added to the current page's query string parameters.