mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-27 20:45:28 -05:00
rename 'this'
This commit is contained in:
@@ -6,10 +6,10 @@ import (
|
||||
"v2ray.com/core/common/serial"
|
||||
)
|
||||
|
||||
func (this *Assert) Pointer(value interface{}) *PointerSubject {
|
||||
func (v *Assert) Pointer(value interface{}) *PointerSubject {
|
||||
return &PointerSubject{
|
||||
Subject: Subject{
|
||||
a: this,
|
||||
a: v,
|
||||
disp: serial.PointerToString(value),
|
||||
},
|
||||
value: value,
|
||||
|
||||
Reference in New Issue
Block a user