Fix linter warnings
This commit is contained in:
@@ -7,14 +7,15 @@ package context
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"github.com/kirsle/configdir"
|
||||
"github.com/rs/zerolog"
|
||||
"gitlab.com/pztrn/flagger"
|
||||
"log"
|
||||
"net/http"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
|
||||
"github.com/kirsle/configdir"
|
||||
"github.com/rs/zerolog"
|
||||
"gitlab.com/pztrn/flagger"
|
||||
)
|
||||
|
||||
// getMemoryUsage returns memory usage for logger.
|
||||
|
@@ -5,10 +5,11 @@
|
||||
package context
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/rs/zerolog"
|
||||
"gitlab.com/fat0troll/uploader_tools/internal/config"
|
||||
"gitlab.com/pztrn/flagger"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user