lint
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user