Re: Dealing with 404 vendor packages

2020-03-15 Thread Paul R. Tagliamonte
That url will be used by go get. A go get should determine the right path based on meta headers. It should import fine! What's the thing you're trying to do here? Paul On Sun, Mar 15, 2020, 12:39 PM Tong Sun wrote: > On Sun, Mar 15, 2020 at 2:24 AM Vincent Bernat wrote: > > > > ❦ 14 mars 20

Re: Intend to revert golang-google-grpc in unstable

2023-06-26 Thread Paul R. Tagliamonte
Packages will be removed from experimental if it contains a newer version in unstable (a so called "NVIU" removal). Which is to say if someone uploads to experimental with a fix, and someone else uploads to unstable without that change but a huger version, the experimental package will be removed.