{"id":52266,"library":"datadog-gostackparse","title":"gostackparse","description":"Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at high speed.","status":"active","version":"0.7.0","language":"go","source_language":null,"source_url":"https://github.com/DataDog/gostackparse","tags":["goroutines","stack-trace","debugging","parsing"],"install":[{"cmd":"go get github.com/DataDog/gostackparse","lang":"bash","label":"Install github.com/DataDog/gostackparse"}],"dependencies":[],"imports":[{"symbol":"gostackparse","correct":"github.com/DataDog/gostackparse"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"runtime/debug\"\n\t\"github.com/DataDog/gostackparse\"\n)\n\nfunc main() {\n\tstack := debug.Stack()\n\tgoroutines, _ := gostackparse.Parse(stack)\n\tfor _, g := range goroutines {\n\t\tfmt.Printf(\"Goroutine %d: %s\\n\", g.ID, g.State)\n\t}\n}","lang":"go","description":"Parses and prints goroutine stack traces."},"warnings":[],"env_vars":null,"search_vec":"'debug':21 'debug.stack':13 'goroutin':5,17 'gostackpars':1,3 'high':15 'packag':2 'panic':11 'pars':4,22 'produc':9 'speed':16 'stack':6,19 'stack-trac':18 'trace':7,20","created_at":"2026-06-15T06:48:14.356767+00:00","updated_at":"2026-06-15T06:48:14.356767+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/DataDog/gostackparse","github":"https://github.com/DataDog/gostackparse","docs":"https://pkg.go.dev/github.com/DataDog/gostackparse#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["observability","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}