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,9 +1,9 @@
package validation
import (
"github.com/uozi-tech/cosy/logger"
"github.com/gin-gonic/gin/binding"
val "github.com/go-playground/validator/v10"
"github.com/uozi-tech/cosy/logger"
)
func Init() {