Skip to content

Commit

Permalink
reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
kevwan committed Oct 22, 2020
1 parent be51dd7 commit 7ed7179
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions example/dq/consumer/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ package main
import (
"fmt"

"github.com/tal-tech/go-zero/core/stores/redis"

"github.com/tal-tech/go-queue/dq"
"github.com/tal-tech/go-zero/core/stores/redis"
)

func main() {
Expand Down
3 changes: 1 addition & 2 deletions example/kq/consumer/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ package main
import (
"fmt"

"github.com/tal-tech/go-zero/core/conf"

"github.com/tal-tech/go-queue/kq"
"github.com/tal-tech/go-zero/core/conf"
)

func main() {
Expand Down
3 changes: 1 addition & 2 deletions example/kq/producer/produce.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ import (
"strconv"
"time"

"github.com/tal-tech/go-zero/core/cmdline"

"github.com/tal-tech/go-queue/kq"
"github.com/tal-tech/go-zero/core/cmdline"
)

type message struct {
Expand Down

0 comments on commit 7ed7179

Please sign in to comment.