1
0
mirror of https://github.com/golang/go synced 2024-09-29 13:34:30 -06:00

cmd/internal/goobj: remove package import

This commit is contained in:
Jes Cok 2023-07-01 21:58:06 +08:00
parent f0aa251dbb
commit afd8feb0de

View File

@ -23,7 +23,6 @@ import (
"encoding/binary"
"errors"
"fmt"
"internal/unsafeheader"
"unsafe"
)