An open API service indexing awesome lists of open source software.

https://github.com/suzuki-shunsuke/go-set

set data structure for golang
https://github.com/suzuki-shunsuke/go-set

golang library oss

Last synced: 9 months ago
JSON representation

set data structure for golang

Awesome Lists containing this project

README

          

# go-set

[![GoDoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](http://godoc.org/github.com/suzuki-shunsuke/go-set)
[![CircleCI](https://circleci.com/gh/suzuki-shunsuke/go-set.svg?style=svg)](https://circleci.com/gh/suzuki-shunsuke/go-set)
[![codecov](https://codecov.io/gh/suzuki-shunsuke/go-set/branch/master/graph/badge.svg)](https://codecov.io/gh/suzuki-shunsuke/go-set)
[![Go Report Card](https://goreportcard.com/badge/github.com/suzuki-shunsuke/go-set)](https://goreportcard.com/report/github.com/suzuki-shunsuke/go-set)
[![GitHub last commit](https://img.shields.io/github/last-commit/suzuki-shunsuke/go-set.svg)](https://github.com/suzuki-shunsuke/go-set)
[![GitHub tag](https://img.shields.io/github/tag/suzuki-shunsuke/go-set.svg)](https://github.com/suzuki-shunsuke/go-set/releases)
[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/suzuki-shunsuke/go-set/master/LICENSE)

set data structure for golang.

## Other libraries

* https://github.com/avelino/awesome-go#data-structures
* https://github.com/scylladb/go-set
* https://github.com/deckarep/golang-set
* https://github.com/Workiva/go-datastructures#set
* https://github.com/yourbasic/bit
* https://github.com/xtgo/set
* https://github.com/goware/set
* https://github.com/zoumo/goset

## Change Log

See [CHANGELOG](CHANGELOG.md).

## License

[MIT](LICENSE)