fix: 修复 goimports 导入顺序

This commit is contained in:
2026-04-20 10:37:21 +08:00
parent d54fe367ab
commit 5b5282961b
2 changed files with 8 additions and 8 deletions
+6 -7
View File
@@ -2,21 +2,20 @@ package task
import (
"context"
"github.com/shirou/gopsutil/v3/load"
"next-terminal/server/common/nt"
"next-terminal/server/service"
"next-terminal/server/utils"
"strconv"
"time"
"next-terminal/server/log"
"next-terminal/server/repository"
"github.com/shirou/gopsutil/v3/cpu"
"github.com/shirou/gopsutil/v3/disk"
"github.com/shirou/gopsutil/v3/load"
"github.com/shirou/gopsutil/v3/mem"
"github.com/shirou/gopsutil/v3/net"
"next-terminal/server/common/nt"
"next-terminal/server/global/stat"
"next-terminal/server/log"
"next-terminal/server/repository"
"next-terminal/server/service"
"next-terminal/server/utils"
)
type Ticker struct {