Re: [go-nuts] How to cross-compile Go 1.19 compiler for Solaris 11 on Linux

2022-08-19 Thread Shane
Compiling with the boostrap.bash script also fails: $ GOOS=solaris GOARCH=amd64 ./bootstrap.bash Copying to ../../go-solaris-amd64-bootstrap Cleaning ../../go-solaris-amd64-bootstrap Removing src@tmp/ Building ../../go-solaris-amd64-bootstrap Building Go cmd/dist using

Re: [go-nuts] Why declaring multiple variable at once for same type feature exists in Golang?

2022-08-19 Thread SAIFI
On 18 August 2022 7:20:45 am UTC, Yasser Sinjab wrote: >Hi, > >I'm just wondering why this feature is in Golang: such as > >var x, y, z string > >Thanks, >Yasser > Because it's the greatest programming language, ever ! Saifi. -- You received this message because you are subscribed to the