mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-16 10:19:23 +02:00
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() {
|
||
|
}
|