From a041d523de389b65b98a5373a8034041db2a8d83 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 2 Apr 2026 06:23:30 +0000 Subject: *: Remove --- internal/bufpool/bytes.go | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 internal/bufpool/bytes.go (limited to 'internal/bufpool/bytes.go') diff --git a/internal/bufpool/bytes.go b/internal/bufpool/bytes.go deleted file mode 100644 index bcefbdfd..00000000 --- a/internal/bufpool/bytes.go +++ /dev/null @@ -1,7 +0,0 @@ -package bufpool - -// Bytes returns the underlying byte slice that represents the current contents -// of the buffer. Modifying the returned slice modifies the Buffer itself. -func (buf *Buffer) Bytes() []byte { - return buf.buf -} -- cgit v1.3.1-10-gc9f91