From 46057071d27a89ea0e872c07b73865fbbffd473a Mon Sep 17 00:00:00 2001 From: uji Date: Wed, 24 Apr 2024 01:26:27 +0900 Subject: [PATCH 1/2] 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) { From 53f3e026229b327521976ce1f7e2ff7dea8fc668 Mon Sep 17 00:00:00 2001 From: uji Date: Wed, 24 Apr 2024 01:55:06 +0900 Subject: [PATCH 2/2] docs: updated the year in the license --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 3154774..d703157 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2023, Twilio SendGrid, Inc. +Copyright (C) 2024, Twilio SendGrid, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in