Re: [go-nuts] Why doesn't Go use Windows's time zone data for time.LoadLocation?

2025-01-13 Thread Oliver Lowe
I'm also curious why Plan 9 doesn't include a tzdata or zoneinfo database file for programs to use for time zone logic/math, like most OSs, if anyone happens to know. If I understand the question correctly, I think it does in the [/adm/timezone] directory. Those files are in a format described

Re: [go-nuts] Is "When in doubt, use a pointer receiver" misleading advice?

2023-11-13 Thread Oliver Lowe
> I'd be curious to hear thoughts on this topic. There was a fun talk at GopherConAU just a few days ago: "What's The Point? A Guide To Using Pointers Without Panicking" (talk description at https://gophercon.com.au/) When the recordings are all finalised I can reply to this thread with a link. -