Skip to content

Commit

Permalink
docs: fix wrong import path (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
L2ncE authored Dec 12, 2022
1 parent 5bfb40c commit 1bb27d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ package main

import (
"context"
"registry/redis"

"github.com/cloudwego/hertz/pkg/app"
"github.com/cloudwego/hertz/pkg/app/server"
"github.com/cloudwego/hertz/pkg/app/server/registry"
"github.com/cloudwego/hertz/pkg/common/utils"
"github.com/cloudwego/hertz/pkg/protocol/consts"
"github.com/hertz-contrib/registry/redis"
)

func main() {
Expand Down Expand Up @@ -50,12 +50,12 @@ package main

import (
"context"
"registry/redis"

"github.com/cloudwego/hertz/pkg/app/client"
"github.com/cloudwego/hertz/pkg/app/middlewares/client/sd"
"github.com/cloudwego/hertz/pkg/common/config"
"github.com/cloudwego/hertz/pkg/common/hlog"
"github.com/hertz-contrib/registry/redis"
)

func main() {
Expand Down

0 comments on commit 1bb27d8

Please sign in to comment.