1# LightStep OpenCensus Exporter
2
3[![GoDoc](https://godoc.org/github.com/lightstep/lightstep-tracer-go/lightstepoc?status.svg)](https://godoc.org/github.com/lightstep/lightstep-tracer-go/lightstepoc)
4
5**This exporter is currently experimental. Breaking changes may occur between any version.**
6
7For a full example, take a look [here](../examples/opencensus/main.go).
8
9## Installation
10
11```
12go get "github.com/lightstep/lightstep-tracer-go/lightstepoc"
13```
14