mirror of
https://github.com/golang/go.git
synced 2026-06-27 19:30:52 +00:00
encoding/json/jsontext: drop duplicate import
This is a semantic conflict between CL 779920 and CL 779960. Change-Id: I0a6e153200d8c0ef0c1cad05e52b42176a6a6964 Reviewed-on: https://go-review.googlesource.com/c/go/+/780060 TryBot-Bypass: Michael Pratt <mpratt@google.com> Auto-Submit: Michael Pratt <mpratt@google.com> Reviewed-by: Robert Griesemer <gri@google.com>
This commit is contained in:
parent
83b29183af
commit
469636308b
1 changed files with 0 additions and 2 deletions
|
|
@ -13,8 +13,6 @@ import (
|
|||
"reflect"
|
||||
"strconv"
|
||||
"testing"
|
||||
|
||||
"internal/testenv"
|
||||
)
|
||||
|
||||
func TestTokenStringAllocations(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue