diff --git a/info.go b/info.go index 9a96e0e..17ad91b 100644 --- a/info.go +++ b/info.go @@ -23,6 +23,7 @@ import ( runtime1_7_4 "github.com/huandu/goroutine/hack/go1_7_4/runtime" runtime1_7_5 "github.com/huandu/goroutine/hack/go1_7_5/runtime" runtime1_8 "github.com/huandu/goroutine/hack/go1_8/runtime" + runtime1_8_1 "github.com/huandu/goroutine/hack/go1_8/runtime" ) func getg() unsafe.Pointer