Re: [go-nuts] filepath.Join

2016-07-13 Thread Anmol Sethi
ah they are, I understand now, thanks! > On Jul 13, 2016, at 3:59 PM, Steven Hartland wrote: > > Are the unexported methods OS specific? > > On 13/07/2016 20:56, Anmol Sethi wrote: >> Why does filepath.Join only call to the unexported join? Why not just export >> the unexported join? >> >> >

Re: [go-nuts] filepath.Join

2016-07-13 Thread Steven Hartland
Are the unexported methods OS specific? On 13/07/2016 20:56, Anmol Sethi wrote: Why does filepath.Join only call to the unexported join? Why not just export the unexported join? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe

[go-nuts] filepath.Join

2016-07-13 Thread Anmol Sethi
Why does filepath.Join only call to the unexported join? Why not just export the unexported join? -- 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 to golang-nuts+uns