Re: [go-nuts] Re: 1.22.0 ServeMux HandleFunc infinite loop

2024-02-08 Thread Kyle Shannon
On 2/8/24 11:30, Jason Phillips wrote: Can you create a small self-contained program that reproduces the issue? The following program returns 404 locally, as I'd expect, but does get killed in the Go playground: https://go.dev/play/p/FigBLK8KrAK Perhaps a simpler reproduction that's runnable on

Re: [go-nuts] time.Parse : hour out of range

2016-10-19 Thread Kyle Shannon
Related to: https://github.com/golang/go/issues/12919 On Tue, Oct 18, 2016 at 9:49 PM, Diego Medina wrote: > Hi, > > From a 3rd party I get a file with time like 1503 or 900 (meaning 3:03PM or > 9:00 AM) > > so I thought I could use this format: > > https://play.golang.org/p/RKR71hTWGo > > x, e