/go-collections

Primary LanguageGoMIT LicenseMIT

Collections

Overview

This repository contains a set of collections for the Go programming language. It's inspired by .NET Collections. As I worked in Go, I missed the collections I used to use in .NET. So I decided to create this repository to help me and others to use collections in Go.

Contribution

  1. For each collection
    • Tests
    • Benchmarks
    • Fuzzy Test
    • Examples
    • Documentation