Skip to content

Commit

Permalink
trace: use standard library context
Browse files Browse the repository at this point in the history
Fixes golang/go#20056

Change-Id: I139d531ae87273fdc2409d29d63bb9d67680f30a
Reviewed-on: https://go-review.googlesource.com/41290
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
  • Loading branch information
bradfitz committed Apr 21, 2017
1 parent 5602c73 commit c8c7437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trace/trace.go
Expand Up @@ -64,6 +64,7 @@ package trace // import "golang.org/x/net/trace"

import (
"bytes"
"context"
"fmt"
"html/template"
"io"
Expand All @@ -77,7 +78,6 @@ import (
"sync/atomic"
"time"

"golang.org/x/net/context"
"golang.org/x/net/internal/timeseries"
)

Expand Down

0 comments on commit c8c7437

Please sign in to comment.