all: remove x/net/context in favour of context

Change-Id: Idbfe40e7cb9f99ca3dc7d4c214de6b9e028eefb7
Reviewed-on: https://go-review.googlesource.com/c/148277
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Jean de Klerk 2018-11-07 16:20:06 -08:00 committed by Brad Fitzpatrick
commit 42b317875d
6 changed files with 6 additions and 11 deletions

View file

@ -7,10 +7,10 @@
package semaphore_test
import (
"context"
"fmt"
"testing"
"golang.org/x/net/context"
"golang.org/x/sync/semaphore"
)