Skip to content

pitakill/go-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages