From 0981db27877295047ada5f2b110135edaa2df04b Mon Sep 17 00:00:00 2001 From: Eleanor McHugh Date: Tue, 3 May 2022 18:15:03 +0100 Subject: [PATCH] Version 1.0 will be the last supported on versions of Go prior to 1.18 --- README | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README b/README index 0baf1ef..f102ecb 100644 --- a/README +++ b/README @@ -1,5 +1,16 @@ == About == -The Slices package provides implementations of slice-based datatypes for all of Go's basic types, as well as two separate implementations for handling slices in the context of reflection values. Currently there's no documentation but the extensive test suite includes numerous examples of how to use slices to solve common tasks. +The Slices package provides implementations of slice-based datatypes for all of +Go's basic types, as well as two separate implementations for handling slices in +the context of reflection values. -The package has its origins in research for the GoLightly virtual machine project but has since taken on a life of its own. I hope you will find it useful. +Currently there's no documentation but the extensive test suite includes +numerous examples of how to use slices to solve common tasks. + +The package has its origins in research for the GoLightly virtual machine +project but has since taken on a life of its own. + +I hope you will find it useful. + +The next release version will leverage Generics as introduced in Go 1.18. This +will be a breaking change for older versions of Go. \ No newline at end of file