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

@ -2,10 +2,10 @@ package api
import (
"errors"
"github.com/uozi-tech/cosy/logger"
"github.com/0xJacky/Nginx-UI/model"
"github.com/gin-gonic/gin"
"github.com/go-playground/validator/v10"
"github.com/uozi-tech/cosy/logger"
"net/http"
"reflect"
"regexp"