Explorar o código

'comment'

Signed-off-by: V2Ray Dev <admin@v2ray.com>
V2Ray Dev %!s(int64=9) %!d(string=hai) anos
pai
achega
1cd5372a5a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      common/alloc/buffer.go

+ 1 - 0
common/alloc/buffer.go

@@ -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