https://github.com/dlsniper/ggg
go get for Github
https://github.com/dlsniper/ggg
Last synced: 9 months ago
JSON representation
go get for Github
- Host: GitHub
- URL: https://github.com/dlsniper/ggg
- Owner: dlsniper
- License: apache-2.0
- Created: 2016-06-04T08:30:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T04:15:32.000Z (over 8 years ago)
- Last Synced: 2025-03-25T07:51:12.638Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/go-get-for-github/ahkfiobnoafagbaaghmbbopfdpdbaidi?gl=GB
- Size: 270 KB
- Stars: 18
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go get for Github
This extension adds a button to Github repositories which
contain Go as a language.
The button will copy to clipboard the following command:
`go get -u github.com/repository/name`

## Installation
To install this, visit the [Chrome Store](https://chrome.google.com/webstore/detail/go-get-for-github/ahkfiobnoafagbaaghmbbopfdpdbaidi)
## Usage
See options to get the options for this extension.
Usage:
- left click copies the `go get` command to clipboard
- CTRL + left click opens godoc.org for the current repository
- ALT + left click opens goreportcard.com for the current repository
- SHIFT + left click opens Sourcegraph for the current repository
## License
Copyright 2016 Florin Pățan
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
### Inspiration
This project is heavily inspired by: [Netflix Pro](https://github.com/JohnCoates/NetflixPro).
### Gopher logo copyright
The Gopher icons are based on the Go mascot designed by [Renée French](http://reneefrench.blogspot.com/) and copyrighted under the [Creative Commons Attribution 3.0 license](http://creativecommons.org/licenses/by/3.0/us/).