{"id":20519874,"url":"https://github.com/bbfh-dev/go-bin","last_synced_at":"2026-05-27T21:32:06.492Z","repository":{"id":261766045,"uuid":"885272506","full_name":"bbfh-dev/go-bin","owner":"bbfh-dev","description":"Go library for more convinient reading and writing of binary data","archived":false,"fork":false,"pushed_at":"2025-03-02T15:37:20.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T16:32:15.849Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bbfh-dev.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":"2024-11-08T09:28:05.000Z","updated_at":"2025-03-02T15:36:58.000Z","dependencies_parsed_at":"2024-11-08T10:48:51.116Z","dependency_job_id":null,"html_url":"https://github.com/bbfh-dev/go-bin","commit_stats":null,"previous_names":["bbfh-dev/go-bin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bbfh-dev/go-bin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbfh-dev%2Fgo-bin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbfh-dev%2Fgo-bin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbfh-dev%2Fgo-bin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbfh-dev%2Fgo-bin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbfh-dev","download_url":"https://codeload.github.com/bbfh-dev/go-bin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbfh-dev%2Fgo-bin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33585203,"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":[],"created_at":"2024-11-15T22:16:45.242Z","updated_at":"2026-05-27T21:32:06.474Z","avatar_url":"https://github.com/bbfh-dev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example usage\n\nWriting data:\n\n```go\nimport (\n    \"fmt\"\n    \"github.com/bbfh-dev/go-bin\"\n)\n\nfunc main() {\n    var buffer bytes.Buffer\n    err := bin.NewWriter(\u0026buffer).\n        Write(0, 1, 2, 3).\n        WriteString(\"Hello World!\").\n        WriteUint16(69).\n        WriteUint32(420).\n        WriteUint64(69420).\n        Error()\n\n    if err != nil {\n        fmt.Println(err.Error())\n    }\n}\n```\n\nReading data:\n\n```go\nimport (\n    \"github.com/bbfh-dev/go-bin\"\n)\n\nfunc readData() error {\n    var a byte\n    var str string\n    var x uint16\n    var y uint32\n    var z uint64\n    err := bin.NewReader(\u0026buffer).\n        ReadByte(\u0026a).\n        ReadString(\u0026str).\n        ReadUint16(\u0026x).\n        ReadUint32(\u0026y).\n        ReadUint64(\u0026z).\n        Error()\n    return err\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbfh-dev%2Fgo-bin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbfh-dev%2Fgo-bin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbfh-dev%2Fgo-bin/lists"}