Re: [go-nuts] Possible to make go not touch the built file if it builds purely from cache?

2020-04-15 Thread Personal
> On 15 Apr 2020, at 18.55, Glen Huang wrote: > > I have a makefile where upon a new go binary being built, it builds some > other stuff that is not go related. > > The go binary is unconditionally built with a FORCE prerequisite, so the go > build command always runs, but that command

Re: [go-nuts] Any reason why this type conversion is not allowed?

2020-04-13 Thread Personal
> On 14 Apr 2020, at 09.46, Glen Huang wrote: > > With all due respect, I think assigning to interface{} is orthogonal to the > question, which deals with variance. (I asked about it here: > https://groups.google.com/forum/#!topic/golang-nuts/S4p54OpQHGw) > > Here, the type is redefined, so

Re: [go-nuts] go run requires internet connection?

2020-04-09 Thread Personal
> On 8 Apr 2020, at 20.00, Tanmay Das wrote: > > Hey Gophers, > My very first post here. > > Today I faced an unexpected power outage and I wanted to tinker with Go a > little bit. I wrote a simple hello world program and ran > go run helloworld.go > > Strangely the code didn't run. In

[go-nuts] Re: go tip: random high CPU usage on VirtualBox

2020-03-23 Thread Personal
> On 15 Mar 2020, at 07.02, Ian Lance Taylor wrote: > > On Sat, Mar 14, 2020 at 1:56 AM Mhd Shulhan wrote: >> >> Pada tanggal Sab, 14 Mar 2020 06.15, Ian Lance Taylor >> menulis: >>> >>> On Fri, Mar 13, 2020 at 1:05 AM Mhd Shulhan wrote: > On 12 Mar 2020, at 13.13,