1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00

README: fixup spaces on code example (#961)

The code example was rendering oddly in github.com because the first
line had 4 spaces instead of tabs like the rest of the example. Fix
this.
This commit is contained in:
Brandon Philips 2020-07-23 09:08:26 -07:00 committed by GitHub
parent 452256cbf4
commit 7918070617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ import (
) )
func main() { func main() {
pusher, err := stdout.InstallNewPipeline(nil, nil) pusher, err := stdout.InstallNewPipeline(nil, nil)
if err != nil { if err != nil {
log.Fatal(err) log.Fatal(err)
} }
@ -67,7 +67,6 @@ func main() {
}, },
) )
} }
``` ```
See the [API See the [API