build(be):update golangci-lint action config

This commit is contained in:
neverteaser
2021-03-20 21:57:07 +08:00
committed by dushixiang
parent 8e7bd69312
commit caa4ff1ffb
3 changed files with 4 additions and 6 deletions

View File

@ -3,12 +3,13 @@ package log
import (
"fmt"
"io"
"next-terminal/server/global"
"os"
"path"
"strconv"
"time"
"next-terminal/pkg/global"
"github.com/labstack/echo/v4"
"github.com/sirupsen/logrus"
)