smarty / gunit

xUnit-style test fixture adapter for go test
Other
120 stars 11 forks source link

failure_report.go: Go 1.9 "runtime" package API modifications #7

Closed mdwhatcott closed 7 years ago

mdwhatcott commented 7 years ago

It just so happens that gunit iterates over the stack of program counters and will be affected by the changes described in the document above. But it looks like they will provide a modified runtime API so it’s not the end of the world.