Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freeformz/extratools
https://github.com/freeformz/extratools
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/freeformz/extratools
- Owner: freeformz
- Created: 2019-03-05T21:18:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T21:52:52.000Z (almost 6 years ago)
- Last Synced: 2024-12-24T06:47:36.441Z (11 days ago)
- Language: Go
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of including extra tools
## Tool Setup
```sh
$ go install -v ./vendor/github.com/golang/protobuf/protoc-gen-go
$ type $(go env GOPATH)/bin/protoc-gen-go
/Users/emuller/go/bin/protoc-gen-go is /Users/emuller/go/bin/protoc-gen-go
```