ray

package module
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2022 License: MIT Imports: 9 Imported by: 1

README

Debug your Go with Ray to fix problems faster

Latest Version Go version Tests Golang CI Lint License Go Reference Buy us a tree

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.

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 for more information on how to manage dependencies.

Documentation

You can find the full documentation on our documentation site.

Testing

go test -v

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING 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.

Contributing

Please see CODE_OF_CONDUCT for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File 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

Read more about Treeware at treeware.earth

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRay

func NewRay() *application

NewRay creates a New Ray instance

func Ray

func Ray(values ...interface{}) *application

Ray Creates a new insatnce of the application also can receive values to send to Ray

Types

type Callable

type Callable = func() bool

Callable mocks a function that returns a boolean

Directories

Path Synopsis
nolint
nolint

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL