1
0
mirror of https://github.com/golang/go synced 2024-11-26 15:56:57 -07:00

remove unused import

This commit is contained in:
Mauri de Souza Meneguzzo 2023-07-27 19:28:36 -03:00
parent f4ad53041a
commit 0e900d20e6

View File

@ -14,7 +14,6 @@ import (
"io/fs"
"math/rand"
"os"
"reflect"
"strings"
"testing"
"testing/fstest"