Re: [go-nuts] Accessing the build cache

2019-01-18 Thread Ian Lance Taylor
On Fri, Jan 18, 2019 at 5:34 AM Jan B wrote: > > Is there any way to access go's build cache? Specifically, i want to check if > the source files of my program have changed (i.e. it needs to be recompiled). > I've searched through the go tools but couldn't find anything that does this. I don't t

[go-nuts] Accessing the build cache

2019-01-18 Thread Jan B
Hey guys, Is there any way to access go's build cache? Specifically, i want to check if the source files of my program have changed (i.e. it needs to be recompiled). I've searched through the go tools but couldn't find anything that does this. Thanks! -- You received this message because you