Skip to content

Commit

Permalink
test: use standard context package
Browse files Browse the repository at this point in the history
  • Loading branch information
uji committed Apr 23, 2024
1 parent 0bdc741 commit 4605707
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rest_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package rest

import (
"context"
"errors"
"fmt"
"io/ioutil"
Expand All @@ -12,8 +13,6 @@ import (
"strings"
"testing"
"time"

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

func TestBuildURL(t *testing.T) {
Expand Down

0 comments on commit 4605707

Please sign in to comment.