diff options
Diffstat (limited to 'content/http-tracing/trace.go')
-rw-r--r-- | content/http-tracing/trace.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/http-tracing/trace.go b/content/http-tracing/trace.go index 2d6d75e..9b050ac 100644 --- a/content/http-tracing/trace.go +++ b/content/http-tracing/trace.go @@ -24,5 +24,5 @@ func trace() { if _, err := http.DefaultTransport.RoundTrip(req); err != nil { log.Fatal(err) } - // STOP OMIT + // END OMIT } |