[go-nuts] Re: Unable to install go tools on VSCODE

2021-10-12 Thread 'merson.mat...@actmedical.com.au' via golang-nuts
"target machine actively refused it" means the service was not running at the other end. Merson On Monday, October 11, 2021 at 2:52:13 PM UTC+11 sings...@gmail.com wrote: > Hi, > > I tried to install the go tools package either via VS CODE Editor as well > as on the command line but all fails

[go-nuts] Re: Web development with Go

2022-02-04 Thread 'merson.mat...@actmedical.com.au' via golang-nuts
Paulo An important use case is when packaging your app in a container for deployment in Kubernetes or Google Cloud Run, for e.g.. Compared to an app written in Php where you have to package the framework code into the container, the same app rewritten in Go reduces the size by a huge amount as t

[go-nuts] Re: Web development with Go

2022-02-06 Thread 'merson.mat...@actmedical.com.au' via golang-nuts
Of course, Brian. I meant the CA Certificates. Merson On Saturday, February 5, 2022 at 8:11:49 PM UTC+11 Brian Candler wrote: > On Saturday, 5 February 2022 at 00:05:18 UTC merson...@actmedical.com.au > wrote: > >> the same app >> rewritten in Go reduces the size by a huge amount as the only th