Browse Source

Merge pull request #15 from aosting/fearture/fix_reflect2

<fix> (reflect2.go)  import runtime
Tao Wen 5 năm trước cách đây
mục cha
commit
7e6ae53ffa
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      reflect2.go

+ 1 - 0
reflect2.go

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