From a2c5d4e88627af1499477a1ddccca4283b5fadae Mon Sep 17 00:00:00 2001 From: Arpad Ryszka Date: Sun, 22 Feb 2026 18:51:21 +0100 Subject: [PATCH] license and readme --- license | 21 +++++++++++++++++++++ readme.md | 15 +++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/license b/license index e69de29..00e6290 100644 --- a/license +++ b/license @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Arpad Ryszka + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/readme.md b/readme.md index e69de29..6a2cad5 100644 --- a/readme.md +++ b/readme.md @@ -0,0 +1,15 @@ +# Buffer + +Pooled Buffer IO for Go programs. + +Package buffer provides a reader implementation similar to bufio.Reader. The underlying memory buffers can be +used from a synchronized pool. + +Find the documentation here: + +- ./lib.go +- https://godocs.io/code.squareroundforest.org/arpio/buffer + +--- + +*Made in Berlin, DE*