{"id":47116956,"url":"https://github.com/xiegeo/coloredgoroutine","last_synced_at":"2026-03-12T19:03:58.233Z","repository":{"id":57484094,"uuid":"147041474","full_name":"xiegeo/coloredgoroutine","owner":"xiegeo","description":"Color-coded debug logging by go routine id.","archived":false,"fork":false,"pushed_at":"2018-09-03T02:40:31.000Z","size":90,"stargazers_count":16,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-06-20T00:29:43.233Z","etag":null,"topics":["debugging","go-routine","golang","logging","terminal-colors"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xiegeo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-02T00:12:13.000Z","updated_at":"2024-04-27T15:53:23.000Z","dependencies_parsed_at":"2022-08-26T12:24:11.008Z","dependency_job_id":null,"html_url":"https://github.com/xiegeo/coloredgoroutine","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/xiegeo/coloredgoroutine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiegeo%2Fcoloredgoroutine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiegeo%2Fcoloredgoroutine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiegeo%2Fcoloredgoroutine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiegeo%2Fcoloredgoroutine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xiegeo","download_url":"https://codeload.github.com/xiegeo/coloredgoroutine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xiegeo%2Fcoloredgoroutine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30439358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debugging","go-routine","golang","logging","terminal-colors"],"created_at":"2026-03-12T19:03:57.975Z","updated_at":"2026-03-12T19:03:58.225Z","avatar_url":"https://github.com/xiegeo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Colored Goroutines\n\n\n`import \"github.com/xiegeo/coloredgoroutine\"`\n\nJust replace \n```\nvar logger = log.New(os.Stdout, \"logger: \", log.Lshortfile)\n```\nwith\n```\nvar logger = log.New(coloredgoroutine.Colors(os.Stdout), \"logger: \", log.Lshortfile)\n```\n\nSo you can easily remove it when you are done debugging and no one will know.\n\nSample output:\n\n![screenshot](example.png)\n\nColor template:\n\n![screenshot](colors.png)\n\nBigger numbered go routines will repeat the colors. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiegeo%2Fcoloredgoroutine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxiegeo%2Fcoloredgoroutine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxiegeo%2Fcoloredgoroutine/lists"}