Registry / networking / dutchcoders-go-clamd

dutchcoders-go-clamd

JSON →
library0.0.0-20170520113014-b970184f4d9egogounverified

A Go client for the ClamAV clamd daemon, enabling virus scanning and management.

go get github.com/dutchcoders/go-clamd
INSTALL
IMPORT
SIG · DUTCHCODERS-GO-CLA
D
dutchcoders-go-clamd
networkinggov0.0.0-20170520113014-b970184f4d9e
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

clamd
✓ github.com/dutchcoders/go-clamd

Connects to a ClamAV daemon and pings it.

package main import ( "fmt" "github.com/dutchcoders/go-clamd" ) func main() { c := clamd.NewClamd("tcp", "127.0.0.1:3310") fmt.Println(c.Ping()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20170520113014-b970184f4d9elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
8
Amazon
3
OpenAI (training)
1
Resources
dutchcoders-go-clamd — go get dutchcoders-go-clamd · libregistry