Versions in this module Expand all Collapse all v1 v1.0.2 Dec 8, 2019 v1.0.1 Dec 8, 2019 Changes in this version + func Encode(path string, tar interface{}) error + func Test() + type Person struct + Name string + func Decode(path string) (tar *Person, err error) + type Set struct + func New(items ...int) *Set + func (s *Set) Add(items ...int) + func (s *Set) Clear() + func (s *Set) Complement(full *Set) *Set + func (s *Set) Count() int + func (s *Set) Empty() bool + func (s *Set) Has(items ...int) bool + func (s *Set) Intersect(sets ...*Set) *Set + func (s *Set) List() []int + func (s *Set) Minus(sets ...*Set) *Set + func (s *Set) Remove(items ...int) + func (s *Set) SortList() []int + func (s *Set) Union(sets ...*Set) *Set