I'm trying to make a simple vote poll. In python I just return the updated JSON object with new parameters and the card update in place with textbutton onClick.
Can I achieve this same behavior using Golang ? if yes, then how while I have to use only create or update message methods ?
Thanks,