Re: [go-nuts] List inside struct

2020-08-30 Thread Shyaka Rene
Thank you, it worked, everything is automatic in Go when you come from Rust and Java, Thank you again On Sun, Aug 30, 2020 at 2:59 AM Bakul Shah wrote: > Unless there is a very strong reason to use a doubly linked list, you > should just use a slice: > > type Persons struct { name string; Names

Re: [go-nuts] go in cloud server

2019-04-04 Thread Shyaka Rene
Thank you very much all, now i start the tutorials to see if I can continue with it. thank you again On Thu, Apr 4, 2019 at 1:32 AM David Riley wrote: > On Apr 3, 2019, at 11:34 AM, Shyaka Rene wrote: > > > > > > Hello. > > I'm new to go, i'm looking for a programmi

[go-nuts] go in cloud server

2019-04-03 Thread Shyaka Rene
Hello. I'm new to go, i'm looking for a programming language to replace java. I have simple questions 1. is it a good idea to deploy go in cloud server if go is compiled to machine binaries, what can happen if the cloud provider changes the physical server to different processor