Skip to content

Latest commit

 

History

History
51 lines (45 loc) · 1.42 KB

README.md

File metadata and controls

51 lines (45 loc) · 1.42 KB

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