Skip to content

Commit

Permalink
style: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
textworld committed Dec 5, 2023
1 parent ad38517 commit 3fcf41f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions handler/admin/application_password.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (

"github.com/gin-gonic/gin"
"github.com/go-playground/validator/v10"

"github.com/go-sonic/sonic/handler/trans"
"github.com/go-sonic/sonic/model/param"
"github.com/go-sonic/sonic/service"
Expand Down
1 change: 1 addition & 0 deletions handler/content/wp/category.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package wp

import (
"github.com/gin-gonic/gin"

"github.com/go-sonic/sonic/model/dto/wp"
"github.com/go-sonic/sonic/model/entity"
"github.com/go-sonic/sonic/model/param"
Expand Down
1 change: 1 addition & 0 deletions handler/content/wp/tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"strings"

"github.com/gin-gonic/gin"

"github.com/go-sonic/sonic/model/dto/wp"
"github.com/go-sonic/sonic/model/entity"
"github.com/go-sonic/sonic/model/param"
Expand Down
1 change: 1 addition & 0 deletions handler/content/wp/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package wp

import (
"github.com/gin-gonic/gin"

"github.com/go-sonic/sonic/model/dto"
"github.com/go-sonic/sonic/service"
)
Expand Down

0 comments on commit 3fcf41f

Please sign in to comment.