mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-31 06:25:32 -05:00
BytesLiteral.String
This commit is contained in:
@@ -21,3 +21,7 @@ func (this BytesLiteral) Int64Value() int64 {
|
||||
int64(value[6])<<8 +
|
||||
int64(value[7])
|
||||
}
|
||||
|
||||
func (this BytesLiteral) String() string {
|
||||
return string(this.Value())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user