Interesting coding practices in go
implemented from ideas from this blog. Perfect to create enums with string values like in java. https://blog.golang.org/generate
implemented from the talk by Jon Bodner in youtube https://www.youtube.com/watch?v=5IKcPMJXkKs
factorial using pipeline