Yesterday we replaced the old gonum.org site with a new hugo build.
This appears to have broken go get for clients that do not use
proxy.golang.org or some other proxy that already has gonum.org/...
cached (this includes gddo).

```
$ GOPROXY=direct go get gonum.org/v1/gonum
go get gonum.org/v1/gonum: unrecognized import path
"gonum.org/v1/gonum": reading https://gonum.org/v1/gonum?go-get=1: 404
Not Found
```

It was my understanding that go get should examine go get meta tags
even if the page returns a 404 (though looking at our old site there is
a static 404 page included to work around this it seems). Is this not
correct? If it's not correct, what is the appropriate technique to
provide this information to go get for pages that are not serving
anything other than go get metadata?

thanks
Dan

ref:https://github.com/gonum/website/issues/9


-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/8960443feccfbc8aac08fdb996263db7b9c2e426.camel%40kortschak.io.

Reply via email to