Browse Source

<fix> (reflect2.go) import runtime

xueyuan 5 years ago
parent
commit
c154140844
1 changed files with 1 additions and 0 deletions
  1. 1 0
      reflect2.go

+ 1 - 0
reflect2.go

@@ -3,6 +3,7 @@ package reflect2
 import (
 import (
 	"github.com/modern-go/concurrent"
 	"github.com/modern-go/concurrent"
 	"reflect"
 	"reflect"
+	"runtime"
 	"unsafe"
 	"unsafe"
 )
 )