Golang Calculator To install: go get github.com/mpoliako/gocalc example of usage: res := calculator.Calculate("1 +2*8 - 8 + 1") fmt.Println(res)