Sean Liao

Results 180 comments of Sean Liao

with the 1.20 release, our current supported versions are 1.19/1.20

I'm going to close this as fixed for 1.22 / tip. I don't believe this was ever backported to 1.21.

Using `latest` for the standard library seems inconsistent with pkgsite's behaviour when passed a path for an outside module. There it will display files as is, disregarding any versioning information.

`net/http/pprof` will also have a similar issue.

HTTP redirection is different from the filed issue. It's already possible by listening on both HTTP and HTTPS ports and handling the redirection within the handlers ``` go http.ListenAndServe(":80", http.HandlerFunc(func(rw...

> By the way. Is there a reason why it's in ~/go/ as opposed to in whatever $GOPATH is set to? It's not `~/go/`, it's a directory under user config,...

nothing else in the wiki references it, and it would be nice not to have so much duplication of information (the wiki link on go.dev is relatively new anyway).

maybe something to do with this file? https://github.com/u-root/mkuimage/blob/c899e87a677c2f40f7f8b248f73e3a1b17bae719/dependencies.go