Hi there, I have a question regarding invoking contract function via Golang backend.
I'm actually looking for examples on how to invoke the contract on Golang
Currently, the package I use is https://github.com/stellar/go, and after reading the docs, I assume I can utilize the InvokeHostFunction.
Are there any docs or github example on this?
Or are there any preferable method on how to get this done?
Thanks!