mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-04 08:15:21 -05:00
rename 'this'
This commit is contained in:
@@ -5,10 +5,10 @@ import (
|
||||
"net"
|
||||
)
|
||||
|
||||
func (this *Assert) IP(value net.IP) *IPSubject {
|
||||
func (v *Assert) IP(value net.IP) *IPSubject {
|
||||
return &IPSubject{
|
||||
Subject: Subject{
|
||||
a: this,
|
||||
a: v,
|
||||
disp: value.String(),
|
||||
},
|
||||
value: value,
|
||||
|
||||
Reference in New Issue
Block a user