Signed-off-by: V2Ray Dev <admin@v2ray.com>
pull/215/head v1.17
V2Ray Dev 9 years ago
parent 143829e065
commit 1cd5372a5a
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -50,6 +50,7 @@ func (b *Buffer) Append(data []byte) *Buffer {
return b
}
// AppendString appends a given string to the end of the buffer.
func (b *Buffer) AppendString(s string) *Buffer {
b.Value = append(b.Value, s...)
return b

Loading…
Cancel
Save