First production ready relase
Changed features:
- All generators are now "thread safe" and will not use memory address (akka:
func (p Person)
instead offunc(p *Person)
) - Added UUID v4 generator
Changed features:
func (p Person)
instead of func(p *Person)
)