1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-09-16 09:26:25 +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

View File

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