Hi Minx
It is go 1.8 now. how to build arm/darwin on macos ? Is the wiki still
workable since go 1.5 has a great change .
How to go build with cgo arm/darwin static/dynamic c lib for ios and
android ?
Yes I need* c lib* , not gomobile framwork/aar file.
Could u give a tutorial ?
There is li
check code below
func foo() (int32,int32) {
.
}
var a,b int16
a, b = (int16, int16)foo()
I want to cast multi return value , but it seems impossible in go, how
can I do that
I just want to make my code short , and not wish to create useless temp
variable
--
You received this message be