go-flat is a simple library that provides functions to recursively flatten a slice of slices.
Go
You can import go-flat as a library with:
import (
"github.com/spatialcurrent/go-flat/pkg/flat"
)
See flat in the docs for information on how to use Go API. See the tests for ways to use this library.
See examples in the docs.
Run test using make test
or (bash scripts/test.sh
), which runs unit tests, go vet
, go vet with shadow
, errcheck, ineffassign, staticcheck, and misspell.
Spatial Current, Inc. is currently accepting pull requests for this repository. We'd love to have your contributions! Please see Contributing.md for how to get started.
This work is distributed under the MIT License. See LICENSE file.