slices
Slice library
A Go package providing basic slice operations and extensions of standard library functions to work with slices.
Functions that operate on slices. Similar to functions from package strings or package bytes that have been adapted to work with slices.
Archived
17 stars
3 watching
3 forks
Language: Go
last commit: about 4 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
psampaz/slice | A package providing type-safe functions for common slice operations in Go. | 51 |
srfrog/dict | Provides an alternative data structure to Go's built-in map and slice types | 45 |
twharmon/slices | A package providing utility functions for working with slices in Go. | 20 |
kazu/loncha | Provides high-performance utilities for manipulating Go slices. | 11 |
bobg/go-generics | Generic utilities for slices and goroutine patterns in Go | 76 |
ik5/gostrutils | A collection of string utilities for the Go programming language | 45 |
hustcc/slice.js | Provides a Python-style slice functionality for strings and arrays as proxies. | 34 |
srfrog/go-relax | A framework for building RESTful APIs in Go | 152 |
leaanthony/slicer | A utility class for handling slices of various data types. | 46 |
rbrahul/gofp | A utility library providing common functions for working with data structures like slices and maps in Go. | 146 |
rubblelabs/ripple | Go packages to interact with the Ripple protocol | 96 |
stripe/stripe-go | Provides a Go client library for the Stripe API | 2,158 |
golang/snappy | A compression library implemented in the Go programming language. | 1,528 |
novalagung/gubrak | A Go library providing functional programming utility functions with syntactic sugar. | 482 |
simonwaldherr/golibs | A collection of reusable Go code snippets and libraries to simplify common tasks in software development | 122 |