还是修改导包顺序

This commit is contained in:
dushixiang
2021-03-19 21:03:16 +08:00
parent 19ddb9ad97
commit df47f8c323
4 changed files with 21 additions and 16 deletions

12
main.go
View File

@ -3,15 +3,17 @@ package main
import (
"bytes"
"fmt"
"io"
"os"
"next-terminal/server/api"
"next-terminal/server/config"
"next-terminal/server/global"
nested "github.com/antonfisher/nested-logrus-formatter"
"github.com/labstack/gommon/log"
"github.com/robfig/cron/v3"
"github.com/sirupsen/logrus"
"io"
"next-terminal/server/api"
"next-terminal/server/config"
"next-terminal/server/global"
"os"
)
const Version = "v0.3.4"