From a0799cc6d610ca25beba15fd3611df643dbf1cc3 Mon Sep 17 00:00:00 2001 From: Yi Sheng Yap Date: Tue, 19 Feb 2019 17:45:34 +0800 Subject: [PATCH] Add back clamd lib that's removed from auto code cleanup --- clamrest.go | 1 + 1 file changed, 1 insertion(+) diff --git a/clamrest.go b/clamrest.go index 49e8b52..bce1fd1 100644 --- a/clamrest.go +++ b/clamrest.go @@ -10,6 +10,7 @@ import ( "os" "strings" "time" + "github.com/dutchcoders/go-clamd" ) var opts map[string]string