Skip to content

Commit

Permalink
refactor imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonghaishang committed Jun 13, 2019
1 parent 417117e commit b2585fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions filter/impl/active_filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
// @author yiji@apache.org
package impl

import (
"github.com/apache/dubbo-go/common/logger"
)

import (
"github.com/apache/dubbo-go/common/extension"
"github.com/apache/dubbo-go/common/logger"
"github.com/apache/dubbo-go/filter"
"github.com/apache/dubbo-go/protocol"
)
Expand Down

0 comments on commit b2585fc

Please sign in to comment.