https://github.com/freedomben/findref-go
https://github.com/freedomben/findref-go
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/freedomben/findref-go
- Owner: FreedomBen
- Created: 2017-08-31T19:13:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T05:06:09.000Z (over 8 years ago)
- Last Synced: 2025-02-16T15:14:43.952Z (over 1 year ago)
- Language: Go
- Size: 5.95 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fr / findref
findref is
## Installing
If you wish, you can download prebuilt binaries for your system. After downloading,
put it somewhere in your PATH. I recommend /usr/local/bin:
| Release | Linux | macOS | Windows |
|:-------:|:-------------------------:|:-------------:|:-------------:|
| 0.0.1 | [arm](https://github.com/FreedomBen/findref-bin/blob/master/0.0.1/linux/arm/findref?raw=true) - [amd64](https://github.com/FreedomBen/findref-bin/blob/master/0.0.1/linux/amd64/findref?raw=true) - [arm64](https://github.com/FreedomBen/findref-bin/blob/master/0.0.1/linux/arm64/findref?raw=true) - [386](https://github.com/FreedomBen/findref-bin/blob/master/0.0.1/linux/386/findref?raw=true) | [amd64](https://github.com/FreedomBen/findref-bin/blob/master/0.0.1/darwin/amd64/findref?raw=true) - [386](https://github.com/FreedomBen/findref-bin/blob/master/0.0.1/darwin/386/findref?raw=true) | [amd64](https://github.com/FreedomBen/findref-bin/blob/master/0.0.1/windows/amd64/findref.exe?raw=true) - [386](https://github.com/FreedomBen/findref-bin/blob/master/0.0.1/windows/386/findref.exe?raw=true) |
Alternatively, you can build it yourself from source:
```bash
go get github.com/FreedomBen/findref
go install findref
```