style(go): sort imports

This commit is contained in:
Jacky 2024-10-24 18:21:54 +08:00
parent 14d985a9f6
commit c5f5038d35
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
29 changed files with 29 additions and 29 deletions

View file

@ -1,8 +1,8 @@
package logrotate
import (
"github.com/uozi-tech/cosy/logger"
"github.com/0xJacky/Nginx-UI/settings"
"github.com/uozi-tech/cosy/logger"
"os/exec"
"strings"
)