Skip to content

Commit

Permalink
fix goimports
Browse files Browse the repository at this point in the history
Signed-off-by: haozhicui <[email protected]>
  • Loading branch information
haozhicui committed Dec 13, 2024
1 parent 37f1ada commit 58af4c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions examples/loadbalancer/consumer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ import (
"encoding/json"
"flag"
"fmt"
"github.com/polarismesh/polaris-go"
"github.com/polarismesh/polaris-go/pkg/config"
"io/ioutil"
"log"
"net/http"

"github.com/polarismesh/polaris-go"
"github.com/polarismesh/polaris-go/pkg/config"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion examples/loadbalancer/provider/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import (
"context"
"flag"
"fmt"
"github.com/polarismesh/polaris-go/pkg/config"
"log"
"net"
"net/http"
Expand All @@ -31,6 +30,7 @@ import (
"syscall"

"github.com/polarismesh/polaris-go"
"github.com/polarismesh/polaris-go/pkg/config"
)

var (
Expand Down

0 comments on commit 58af4c4

Please sign in to comment.