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 (
"errors"
"fmt"
clamd "github.com/dutchcoders/go-clamd"
"io"
"io/ioutil"
"net/http"
"time"
"github.com/gorilla/mux"
clamd "github.com/dutchcoders/go-clamd"
)
const clamavScanStatusOK = "OK"