Fix gopls issues

This commit is contained in:
Daan Sprenkels
2021-05-07 10:17:17 +02:00
parent 1fe9553cc9
commit b8d1ca459c
4 changed files with 4 additions and 17 deletions

View File

@@ -7,9 +7,6 @@ import (
"github.com/pkg/errors"
)
// Where to store the uploaded files
var fileStoreDir = ""
// FileUploadFileSystem is a HTTP filesystem handler
type FileUploadFileSystem struct {
fs http.FileSystem