SXThere is no call-by-reference in Go. In Go everything is passed "by value". Take a look at this https://dave.cheney.net/2017/04/29/there-is-no-pass-by-reference-in-goComment·Thread·May 3, 2017·1·What is the default method of parameter passing, in Go? Is it call by reference, or call by value?
SXUsed it about half a year ago for some small projects. The best point about Riot is the small learning curve (less concepts and APIs). But the community was quite small from that time I worked on. Maybe it gets bigger now.Comment·Thread·Sep 7, 2016·2·What's your opinion on Riot?