mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 18:17:52 -05:00
'comment'
Signed-off-by: V2Ray Dev <admin@v2ray.com>
This commit is contained in:
parent
143829e065
commit
1cd5372a5a
@ -50,6 +50,7 @@ func (b *Buffer) Append(data []byte) *Buffer {
|
|||||||
return b
|
return b
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// AppendString appends a given string to the end of the buffer.
|
||||||
func (b *Buffer) AppendString(s string) *Buffer {
|
func (b *Buffer) AppendString(s string) *Buffer {
|
||||||
b.Value = append(b.Value, s...)
|
b.Value = append(b.Value, s...)
|
||||||
return b
|
return b
|
||||||
|
Loading…
Reference in New Issue
Block a user