[go-nuts] Re: How to go-imports subdirectory?

2020-06-09 Thread Tomas Volf
On Tuesday, June 9, 2020 at 4:33:06 AM UTC, Tamás Gulácsi wrote: > > Can't you move the go.mod one level up, into the root? But that would mean all imports paths would have the `/go` in them, no? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group

[go-nuts] How to go-imports subdirectory?

2020-06-08 Thread tomas . volf
the right direction? I'm using go 1.14.4 ( go version go1.14.4 linux/amd64 ). Thank you in advance for any advice on this, Tomas Volf -- There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors. -- You received this message because

[go-nuts] How to correctly use exec.Command and properly clean up all pipes

2019-12-14 Thread tomas . volf
consumeAll(stdout) consumeAll(stderr) cmd.Wait() return nil Thank you, Tomas Volf -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email