{"id":18637565,"url":"https://github.com/dutchcoders/go-clamd","last_synced_at":"2025-04-06T20:11:57.353Z","repository":{"id":21044851,"uuid":"24343554","full_name":"dutchcoders/go-clamd","owner":"dutchcoders","description":"Interface to clamd (clamav daemon). You can use go-clamd to implement virus detection capabilities to your application.","archived":false,"fork":false,"pushed_at":"2023-05-26T14:05:39.000Z","size":12,"stargazers_count":100,"open_issues_count":10,"forks_count":49,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-30T18:10:02.771Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://godoc.org/github.com/dutchcoders/go-clamd","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/dutchcoders.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":"2014-09-22T20:03:34.000Z","updated_at":"2025-03-11T07:41:51.000Z","dependencies_parsed_at":"2024-06-18T13:41:09.219Z","dependency_job_id":"f9f3c004-badb-4ae1-9af9-9523e2bb7d0d","html_url":"https://github.com/dutchcoders/go-clamd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgo-clamd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgo-clamd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgo-clamd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgo-clamd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutchcoders","download_url":"https://codeload.github.com/dutchcoders/go-clamd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247543593,"owners_count":20955865,"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":[],"created_at":"2024-11-07T05:36:45.631Z","updated_at":"2025-04-06T20:11:57.332Z","avatar_url":"https://github.com/dutchcoders.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"go-clamd\n========\n\nInterface to clamd (clamav daemon). You can use go-clamd to implement virus detection capabilities to your application.\n\n[![GoDoc](https://godoc.org/github.com/dutchcoders/go-clamd?status.svg)](https://godoc.org/github.com/dutchcoders/go-clamd)\n[![Build Status](https://travis-ci.org/dutchcoders/go-clamd.svg?branch=master)](https://travis-ci.org/dutchcoders/go-clamd)\n\n## Examples\n\n```\nc := clamd.NewClamd(\"/tmp/clamd.socket\")\n\nreader := bytes.NewReader(clamd.EICAR)\nresponse, err := c.ScanStream(reader, make(chan bool))\n\nfor s := range response {\n    fmt.Printf(\"%v %v\\n\", s, err)\n}\n```\n\n## Contributions\n\nContributions are welcome.\n\n## Creators \n\n**Remco Verhoef**\n- \u003chttps://twitter.com/remco_verhoef\u003e\n\n- \u003chttps://twitter.com/dutchcoders\u003e\n\n## Copyright and license\n\nCode and documentation copyright 2011-2014 Remco Verhoef. Code released under [the MIT license](LICENSE). \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fgo-clamd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutchcoders%2Fgo-clamd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fgo-clamd/lists"}