1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-02-05 07:45:23 -05:00

unified import path

This commit is contained in:
v2ray
2016-08-20 20:55:45 +02:00
parent 6a878432dc
commit 07a86f549b
248 changed files with 759 additions and 757 deletions

View File

@@ -1,7 +1,7 @@
package assert
import (
v2net "github.com/v2ray/v2ray-core/common/net"
v2net "v2ray.com/core/common/net"
)
func (this *Assert) Address(value v2net.Address) *AddressSubject {

View File

@@ -1,7 +1,7 @@
package assert
import (
"github.com/v2ray/v2ray-core/common/serial"
"v2ray.com/core/common/serial"
)
func (this *Assert) Byte(value byte) *ByteSubject {

View File

@@ -3,7 +3,7 @@ package assert
import (
"bytes"
"github.com/v2ray/v2ray-core/common/serial"
"v2ray.com/core/common/serial"
)
func (this *Assert) Bytes(value []byte) *BytesSubject {

View File

@@ -1,7 +1,7 @@
package assert
import (
v2net "github.com/v2ray/v2ray-core/common/net"
v2net "v2ray.com/core/common/net"
)
func (this *Assert) Destination(value v2net.Destination) *DestinationSubject {

View File

@@ -1,7 +1,7 @@
package assert
import (
"github.com/v2ray/v2ray-core/common/serial"
"v2ray.com/core/common/serial"
)
func (this *Assert) Int64(value int64) *Int64Subject {

View File

@@ -1,7 +1,7 @@
package assert
import (
"github.com/v2ray/v2ray-core/common/serial"
"v2ray.com/core/common/serial"
)
func (this *Assert) Int(value int) *IntSubject {

View File

@@ -3,7 +3,7 @@ package assert
import (
"reflect"
"github.com/v2ray/v2ray-core/common/serial"
"v2ray.com/core/common/serial"
)
func (this *Assert) Pointer(value interface{}) *PointerSubject {

View File

@@ -1,7 +1,7 @@
package assert
import (
v2net "github.com/v2ray/v2ray-core/common/net"
v2net "v2ray.com/core/common/net"
)
func (this *Assert) Port(value v2net.Port) *PortSubject {

View File

@@ -1,7 +1,7 @@
package assert
import (
"github.com/v2ray/v2ray-core/common/serial"
"v2ray.com/core/common/serial"
)
func (this *Assert) Uint16(value uint16) *Uint16Subject {

View File

@@ -1,7 +1,7 @@
package assert
import (
"github.com/v2ray/v2ray-core/common/serial"
"v2ray.com/core/common/serial"
)
func (this *Assert) Uint32(value uint32) *Uint32Subject {