Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
support go1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huandu committed Apr 20, 2017
1 parent 67af9b4 commit 29ea524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions info.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29ea524

Please sign in to comment.