https://github.com/nishanths/godoc-goos-goarch
Easily switch GOOS and GOARCH params on godoc.org
https://github.com/nishanths/godoc-goos-goarch
chrome-extension godoc
Last synced: 3 months ago
JSON representation
Easily switch GOOS and GOARCH params on godoc.org
- Host: GitHub
- URL: https://github.com/nishanths/godoc-goos-goarch
- Owner: nishanths
- License: mit
- Created: 2017-03-24T05:57:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T04:32:50.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T01:32:01.310Z (7 months ago)
- Topics: chrome-extension, godoc
- Language: HTML
- Homepage: https://chrome.google.com/webstore/detail/godoc-goos-goarch/fcgmfmjgbofkmehmlmkepekofggaifnb
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## GOOS and GOARCH parameters for godoc
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.
## Usage

1. Click on the icon
2. Pick GOOS and GOARCH from the menus
3. Click on the Update button