performant string splitting by comma, taking into account quotes
- Go 100%
| go.mod | ||
| go.sum | ||
| join.go | ||
| join_test.go | ||
| join_util.go | ||
| LICENSE | ||
| README.md | ||
| split.go | ||
| split_test.go | ||
| splitter.go | ||
go-split
Performant string splitting and joining by comma, taking quotes into account. Useful for user supplied input e.g. CLI args