{"id":64062,"library":"stephens2424-writerset","title":"WriterSet","description":"Implements a dynamic set of writers similar to io.MultiWriter, allowing addition and removal of writers.","status":"active","version":"1.0.2","language":"go","source_language":null,"source_url":"https://github.com/stephens2424/writerset","tags":["io","writer","multiwriter","utility"],"install":[{"cmd":"go get github.com/stephens2424/writerset","lang":"bash","label":"Install github.com/stephens2424/writerset"}],"dependencies":[],"imports":[{"symbol":"writerset","correct":"github.com/stephens2424/writerset"}],"quickstart":{"code":"package main\n\nimport (\n    \"log\"\n    \"os\"\n    \"github.com/stephens2424/writerset\"\n)\n\nfunc main() {\n    ws := writerset.New()\n    ws.Add(os.Stdout)\n    ws.Write([]byte(\"hello\"))\n    ws.Remove(os.Stdout)\n    log.Println(\"done\")\n}","lang":"go","description":"Create a writer set, add a writer, and write to it."},"warnings":[],"env_vars":null,"search_vec":"'addit':12 'allow':11 'dynam':4 'implement':2 'io':17 'io.multiwriter':10 'multiwrit':19 'remov':14 'set':5 'similar':8 'util':20 'writer':7,16,18 'writerset':1","created_at":"2026-06-17T16:51:29.189524+00:00","updated_at":"2026-06-17T16:51:29.189524+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/stephens2424/writerset","github":"https://github.com/stephens2424/writerset","docs":"https://pkg.go.dev/github.com/stephens2424/writerset#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}