Skip to content

Commit

Permalink
style: rearrange import statements in example/main.go
Browse files Browse the repository at this point in the history
- Move the import statement for `github.com/easysoft/go-zentao/v20/buildin` above the import statement for `github.com/davecgh/go-spew/spew` in `example/main.go` file

Signed-off-by: ysicing <[email protected]>
  • Loading branch information
ysicing committed Apr 29, 2024
1 parent cc89c30 commit d1e63b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ package main
import (
"log"

"github.com/davecgh/go-spew/spew"
buildinClient "github.com/easysoft/go-zentao/v20/buildin"
"github.com/easysoft/go-zentao/v20/zentao"

buildinClient "github.com/easysoft/go-zentao/v20/buildin"
"github.com/davecgh/go-spew/spew"
)

func main() {
Expand Down

0 comments on commit d1e63b0

Please sign in to comment.