This commit is contained in:
Andrea Spacca
2021-12-26 11:22:24 +01:00
parent c3b3bbe06c
commit d63186a7ed

View File

@ -29,13 +29,13 @@ package server
import ( import (
"errors" "errors"
"fmt" "fmt"
clamd "github.com/dutchcoders/go-clamd"
"io" "io"
"io/ioutil" "io/ioutil"
"net/http" "net/http"
"time" "time"
"github.com/gorilla/mux" "github.com/gorilla/mux"
clamd "github.com/dutchcoders/go-clamd"
) )
const clamavScanStatusOK = "OK" const clamavScanStatusOK = "OK"