Using Go (golang) I\'d like to take a string with a formula and evaluate it with pre-defined values. Here\'s a way to do it with python\'s parser module:
There is no such module in Go. You have to build your own. You could use subpackages of the go package, but they might be overkill for your application.