Skip to content

Commit

Permalink
Fix: imports format
Browse files Browse the repository at this point in the history
  • Loading branch information
EnableAsync committed Jul 27, 2021
1 parent 1522c20 commit 266583e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions filter/generic/generalizer/gson.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ import (
)

import (
"dubbo.apache.org/dubbo-go/v3/common/logger"
"dubbo.apache.org/dubbo-go/v3/protocol/dubbo/hessian2"
hessian "github.com/apache/dubbo-go-hessian2"
perrors "github.com/pkg/errors"
)

import (
"dubbo.apache.org/dubbo-go/v3/common/logger"
"dubbo.apache.org/dubbo-go/v3/protocol/dubbo/hessian2"
)

var (
jsonGeneralizer Generalizer
jsonGeneralizerOnce sync.Once
Expand Down

0 comments on commit 266583e

Please sign in to comment.