From 1a57267a17c2fc17fb6e104846fabc3e363c326c Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 16 Aug 2024 19:50:26 +0200 Subject: initial commit --- vendor/modernc.org/memory/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vendor/modernc.org/memory/README.md (limited to 'vendor/modernc.org/memory/README.md') diff --git a/vendor/modernc.org/memory/README.md b/vendor/modernc.org/memory/README.md new file mode 100644 index 0000000..9354a36 --- /dev/null +++ b/vendor/modernc.org/memory/README.md @@ -0,0 +1,13 @@ +# memory + +Package memory implements a memory allocator. + +## Build status + +available at https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fmemory + +Installation + + $ go get modernc.org/memory + +Documentation: [godoc.org/modernc.org/memory](http://godoc.org/modernc.org/memory) -- cgit 1.4.1