middleware: fixed client middleware package
This commit is contained in:
parent
a14d108202
commit
3a1b321528
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by the BSD 2-Clause license,
|
||||
// which can be found in the LICENSE file.
|
||||
|
||||
package ip
|
||||
package client
|
||||
|
||||
import (
|
||||
"github.com/chihaya/chihaya"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by the BSD 2-Clause license,
|
||||
// which can be found in the LICENSE file.
|
||||
|
||||
package ip
|
||||
package client
|
||||
|
||||
import (
|
||||
"github.com/chihaya/chihaya"
|
||||
|
|
Loading…
Reference in a new issue