Explorar el Código

<fix> (reflect2.go) import runtime

xueyuan hace 5 años
padre
commit
c154140844
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      reflect2.go

+ 1 - 0
reflect2.go

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