1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-26 03:52:03 +02:00

Update getting-started.md (#2330)

Import path incorrect for signal, added import "os/signal".

Also the current online instructions are broken, ctx is not plumped through, but it is here in the forked markdown, so probably needs to be pushed out.
This commit is contained in:
Ronald Petty 2021-10-28 09:37:57 -07:00 committed by GitHub
parent 4021872f57
commit c5773145ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,7 @@ import (
"context"
"log"
"os"
"os/signal"
)
func main() {