mirror of https://github.com/golang/go.git
add missing import package unsafe
This commit is contained in:
parent
ae9fee34c5
commit
6f27f1193c
|
|
@ -15,6 +15,7 @@ import (
|
|||
"strings"
|
||||
"sync"
|
||||
"testing"
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
var debug = flag.Bool("debug", false, "show the errors produced by the tests")
|
||||
|
|
|
|||
Loading…
Reference in New Issue