GO: Call a function from a string value using reflect

Trying to create a small program in Go, I came across this challenge: How can I call one function or another depending on an obtained value?

read more