diff options
Diffstat (limited to 'content/go-slices-usage-and-internals.article')
-rw-r--r-- | content/go-slices-usage-and-internals.article | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/go-slices-usage-and-internals.article b/content/go-slices-usage-and-internals.article index 1c37b7f..2f8c74e 100644 --- a/content/go-slices-usage-and-internals.article +++ b/content/go-slices-usage-and-internals.article @@ -1,7 +1,7 @@ # Go Slices: usage and internals 5 Jan 2011 Tags: slice, technical -Summary: Go's slice type provides a convenient and efficient means of working with sequences of typed data. Slices are analogous to arrays in other languages, but have some unusual properties. This article will look at what slices are and how they are used. +Summary: How to use Go slices, and how they work. Andrew Gerrand |