From 46057071d27a89ea0e872c07b73865fbbffd473a Mon Sep 17 00:00:00 2001 From: uji Date: Wed, 24 Apr 2024 01:26:27 +0900 Subject: [PATCH] test: use standard context package --- rest_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rest_test.go b/rest_test.go index 7ca4369..6e7d5f9 100644 --- a/rest_test.go +++ b/rest_test.go @@ -1,6 +1,7 @@ package rest import ( + "context" "errors" "fmt" "io/ioutil" @@ -12,8 +13,6 @@ import ( "strings" "testing" "time" - - "golang.org/x/net/context" ) func TestBuildURL(t *testing.T) {