{"id":19608626,"url":"https://github.com/teamwork/asbyte","last_synced_at":"2026-05-27T16:31:26.982Z","repository":{"id":69550523,"uuid":"159119431","full_name":"Teamwork/asbyte","owner":"Teamwork","description":"Print data as Go byte slices","archived":false,"fork":false,"pushed_at":"2018-11-26T06:10:15.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":45,"default_branch":"master","last_synced_at":"2025-02-26T17:16:12.607Z","etag":null,"topics":["go"],"latest_commit_sha":null,"homepage":null,"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/Teamwork.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-26T06:09:29.000Z","updated_at":"2018-11-26T22:21:59.000Z","dependencies_parsed_at":"2023-02-28T02:46:21.677Z","dependency_job_id":null,"html_url":"https://github.com/Teamwork/asbyte","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Teamwork/asbyte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fasbyte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fasbyte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fasbyte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fasbyte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Teamwork","download_url":"https://codeload.github.com/Teamwork/asbyte/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teamwork%2Fasbyte/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33575510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["go"],"created_at":"2024-11-11T10:16:02.793Z","updated_at":"2026-05-27T16:31:26.962Z","avatar_url":"https://github.com/Teamwork.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"A simple program to print data as Go byte slices.\n\nWhy? Because I couldn't figure out how to do this with `hexdump` or `xxd`, and\nthe last 3 times I spent far too long parsing the `hexdump` output with Vim\nmacros/substitution patterns.\n\nUsage example (output elided):\n\n\t$ go get github.com/teamwork/asbyte\n\t$ asbyte a.*\n\t// nolint: lll\n\tvar (\n\t\ta_gif = []byte{0x47, 0x49, 0x46, 0x38, ...}\n\t\ta_jpeg = []byte{0xff, 0xd8, 0xff, 0xe0, ...}\n\t\ta_png = []byte{0x89, 0x50, 0x4e, 0x47, 0xd, ...}\n\t)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamwork%2Fasbyte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamwork%2Fasbyte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamwork%2Fasbyte/lists"}