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

Support Go1.8.1 #7

Merged
merged 3 commits into from
Apr 20, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
support go1.8.1
  • Loading branch information
huandu committed Apr 20, 2017
commit 29ea5247881fc3ddc242a07a747b3a38b9be8a86
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