Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7 from xiaoliu10/code_format
Browse files Browse the repository at this point in the history
format code
  • Loading branch information
xiaoliu10 authored Mar 2, 2021
2 parents 1f2f4c2 + 7cb8d34 commit 79d66d9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module github.com/dubbogo/dubbo-go-proxy-filter
module github.com/dubbogo/dubbo-go-pixiu-filter

go 1.14

require github.com/pkg/errors v0.9.1
4 changes: 2 additions & 2 deletions pkg/context/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
package context

import (
"github.com/dubbogo/dubbo-go-proxy-filter/pkg/api"
"github.com/dubbogo/dubbo-go-proxy-filter/pkg/router"
"github.com/dubbogo/dubbo-go-pixiu-filter/pkg/api"
"github.com/dubbogo/dubbo-go-pixiu-filter/pkg/router"
)

// Context run context
Expand Down
2 changes: 1 addition & 1 deletion pkg/filter/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

package filter

import "github.com/dubbogo/dubbo-go-proxy-filter/pkg/context"
import "github.com/dubbogo/dubbo-go-pixiu-filter/pkg/context"

// Filter filter interface, used for context.FilterChain.
type Filter interface {
Expand Down
2 changes: 1 addition & 1 deletion pkg/router/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package router

import (
"github.com/dubbogo/dubbo-go-proxy-filter/pkg/api/config"
"github.com/dubbogo/dubbo-go-pixiu-filter/pkg/api/config"
)

// API describes the minimum configuration of an RESTful api configure in gateway
Expand Down

0 comments on commit 79d66d9

Please sign in to comment.