{"id":19220417,"url":"https://github.com/louisbrunner/go-iowrap","last_synced_at":"2026-06-22T05:31:31.607Z","repository":{"id":66205041,"uuid":"145229914","full_name":"LouisBrunner/go-iowrap","owner":"LouisBrunner","description":"Small utility library to wrap the standard output/error streams","archived":false,"fork":false,"pushed_at":"2018-08-18T16:00:46.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-04T19:43:33.455Z","etag":null,"topics":["golang","utils"],"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/LouisBrunner.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-08-18T15:11:26.000Z","updated_at":"2018-08-18T16:07:45.000Z","dependencies_parsed_at":"2023-03-10T22:45:35.589Z","dependency_job_id":null,"html_url":"https://github.com/LouisBrunner/go-iowrap","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LouisBrunner%2Fgo-iowrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LouisBrunner%2Fgo-iowrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LouisBrunner%2Fgo-iowrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LouisBrunner%2Fgo-iowrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LouisBrunner","download_url":"https://codeload.github.com/LouisBrunner/go-iowrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240293493,"owners_count":19778527,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["golang","utils"],"created_at":"2024-11-09T14:35:05.176Z","updated_at":"2026-06-22T05:31:31.559Z","avatar_url":"https://github.com/LouisBrunner.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-iowrap [![Build Status](https://travis-ci.org/LouisBrunner/go-iowrap.svg?branch=master)](https://travis-ci.org/LouisBrunner/go-iowrap) [![Coverage Status](https://coveralls.io/repos/github/LouisBrunner/go-iowrap/badge.svg?branch=master)](https://coveralls.io/github/LouisBrunner/go-iowrap?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/LouisBrunner/go-iowrap)](https://goreportcard.com/report/github.com/LouisBrunner/go-iowrap) [![GoDoc](https://godoc.org/github.com/LouisBrunner/go-iowrap?status.svg)](https://godoc.org/github.com/LouisBrunner/go-iowrap)\nSimple gopher client (in Go)\n\n# Install it\n\n```\ngo get -u github.com/LouisBrunner/go-iowrap\n```\n\n# Usage\n\n```go\nimport (\n  \"fmt\"\n\n  \"github.com/LouisBrunner/go-iowrap\"\n)\n\nfunc main() {\n  content := iowrap.WrapStdout(func() {\n    fmt.Printf(\"123\\n\")\n  })\n  if string(content) != \"123\\n\" {\n    panic(\"failed!\")\n  }\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouisbrunner%2Fgo-iowrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flouisbrunner%2Fgo-iowrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flouisbrunner%2Fgo-iowrap/lists"}