[go-nuts] Re: Scaleway

2017-11-09 Thread Mauricio Rojas
Hi, 1.- Install Docker: apt-get install docker 2.- Search Golang image docker on Docker Hub: docker search golang 3.- Install image 4.- Run application... Or 1.- Download https://redirector.gvt1.com/edgedl/go/go1.9.2.linux-amd64.tar.gz

[go-nuts] Re: Scaleway

2017-11-09 Thread Mauricio Rojas
Hi, 1.- Install DockerToolbox 2.- Run command: docker build -t my-golang-app . Or 1.- Download https://redirector.gvt1.com/edgedl/go/go1.9.2.windows-amd64.zip 2.- Unzip go1.9.2.windows-amd64.zip 3.- Set environment variable GOPATH to workspace GO 4.- Set path /bin Regards El jueves, 9 de

[go-nuts] Re: Upcasting/Downcasting in Go

2017-11-09 Thread Mauricio Rojas
Hi All, (S(d)).testUnderlyingTypeReciever() Regards El miércoles, 8 de noviembre de 2017, 18:44:36 (UTC-3), Haiyu Zhen escribió: > > As someone who is new to Golang world, I am confused with the following > code. > > As sample code shown, type S's "underlying" type is slice (in C++ jargon S >