pitakill / go-set

Handle sets in go

Home Page:https://github.com/pitakill/go-set

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Set

An effort to handle Sets in Go

Rational

There is not a official way to handle sets in Go, there is plenty of efforts about it, but none made by me. So here is :-)

Examples

Go to the main.go file to view a set of basic examples

Tracking builtin types

  • bool
  • complex128
  • complex64
  • error
  • float32
  • float64
  • int
  • int16
  • int32
  • int64
  • int8
  • string
  • uint
  • uint16
  • uint32
  • uint64
  • uint8
  • uintptr

About

Handle sets in go

https://github.com/pitakill/go-set

License:MIT License


Languages

Language:Go 100.0%