Skip to content

Instantly share code, notes, and snippets.

@fedir
Created September 29, 2018 21:54
Show Gist options
  • Save fedir/5d9f9ef8696c846f4e52b8499f9f8d49 to your computer and use it in GitHub Desktop.
Save fedir/5d9f9ef8696c846f4e52b8499f9f8d49 to your computer and use it in GitHub Desktop.
Detect running routines in Go
package main
func main() {
panic(nil)
}
// Run with: GOTRACEBACK=2 go run main.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment