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

https://github.com/freedomben/findref-go


https://github.com/freedomben/findref-go

Last synced: about 1 year ago
JSON representation

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
```