https://github.com/octoper/go-ray
Debug your Go with Ray to fix problems faster
https://github.com/octoper/go-ray
Last synced: about 1 year ago
JSON representation
Debug your Go with Ray to fix problems faster
- Host: GitHub
- URL: https://github.com/octoper/go-ray
- Owner: octoper
- License: mit
- Created: 2021-02-11T23:58:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T07:08:44.000Z (over 3 years ago)
- Last Synced: 2025-03-31T04:03:51.306Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 79.1 KB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## Debug your Go with Ray to fix problems faster



[](https://github.com/octoper/go-ray/actions/workflows/linter.yml)

[](https://pkg.go.dev/github.com/octoper/go-ray)
[](https://plant.treeware.earth/octoper/go-ray)
This module can be installed in any Go application to send messages to the Ray app.
## Install
When using Go Modules, you do not need to install anything to start using Ray with your Go program. Import the module
and the go will automatically download the latest version of the module when you next build your program.
```go
import (
"github.com/octoper/go-ray"
)
```
With or without Go Modules, to use the latest version of the SDK, run:
`go get github.com/octoper/go-ray`
Consult the [Go documentation on Modules](https://github.com/golang/go/wiki/Modules#how-to-upgrade-and-downgrade-dependencies) for more information on how to manage dependencies.
## Documentation
You can find the full documentation on [our documentation site](https://spatie.be/docs/ray).
## Testing
```bash
go test -v
```
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/octoper/go-ray. This project is intended to be
a safe, welcoming space for collaboration, and contributors are expected to adhere to
the [code of conduct](https://github.com/spatie/ray/blob/master/CODE_OF_CONDUCT.md).
## Contributing
Please see [CODE_OF_CONDUCT](.github/CODE_OF_CONDUCT.md) for details.
## Security Vulnerabilities
Please review [our security policy](SECURITY.md) on how to report security vulnerabilities.
## Credits
- [Vaggelis Yfantis](https://github.com/octoper)
- [All Contributors](../../contributors)
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
## Treeware
You're free to use this package, but if it makes it to your production environment you are required to buy the world a tree.
It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.
You can buy trees here [offset.earth/treeware](https://plant.treeware.earth/octoper/go-ray)
Read more about Treeware at [treeware.earth](http://treeware.earth)