https://github.com/backtrace-labs/go-bcd
Backtrace Crash Delivery for Go
https://github.com/backtrace-labs/go-bcd
Last synced: 9 months ago
JSON representation
Backtrace Crash Delivery for Go
- Host: GitHub
- URL: https://github.com/backtrace-labs/go-bcd
- Owner: backtrace-labs
- License: mit
- Created: 2016-06-14T16:18:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-08T16:37:32.000Z (over 6 years ago)
- Last Synced: 2025-04-22T23:14:59.748Z (9 months ago)
- Language: Go
- Homepage: http://backtrace.io/
- Size: 39.1 KB
- Stars: 24
- Watchers: 16
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bcd
--
import "github.com/backtrace-labs/go-bcd"
Package bcd provides integration with out of process tracers. Using the provided
Tracer interface, applications may invoke tracer execution on demand. Panic and
signal handling integrations are provided.
The Tracer interface is generic and will support any out of process tracer
implementing it. A default Tracer implementation, which uses the Backtrace I/O
platform, is provided.
## Usage
See the [godoc page](https://godoc.org/github.com/backtrace-labs/go-bcd) for
current documentation;
see [this](https://github.com/backtrace-labs/go-bcd/blob/master/examples/main.go)
for an example application.