mvdan / mvdan.cc

Personal website
3 stars 0 forks source link

Don't give 404s for package paths which are not modules #2

Closed mvdan closed 3 years ago

mvdan commented 3 years ago

Before we moved from Nginx, URLs like https://mvdan.cc/gofumpt/format were not 404s.

We should bring these back. They should contain the Go metadata for go get, and redirect to pkgsite. The 404s might also be causing bugs; see https://github.com/mvdan/gofumpt/issues/112.