An open API service indexing awesome lists of open source software.

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

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

![screenshot](http://i.imgur.com/LOgW0J9.png)

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