mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-03-05 15:05:51 +02:00
* Work in progress from https://github.com/lightstep/opentelemetry-golang-prototype * Renames * Rename * Finish rename * Rename packages * README
11 lines
133 B
Go
11 lines
133 B
Go
package main
|
|
|
|
import "github.com/open-telemetry/opentelemetry-go/exporter/stdout"
|
|
|
|
var (
|
|
Observer = stdout.New()
|
|
)
|
|
|
|
func main() {
|
|
}
|