containerd / continuity

A transport-agnostic, filesystem metadata manifest system
https://containerd.io
Apache License 2.0
139 stars 67 forks source link

Switch from x/net/context to context #133

Closed kolyshkin closed 5 years ago

kolyshkin commented 5 years ago

Since go 1.7, "context" is a standard package. Since go 1.9, x/net/context merelyprovides some types aliased to those in the standard context package, so there is no functional change.

PS is there any "the most trivial PR of the year" contest? I'd like to nominate this one please.

kolyshkin commented 5 years ago

Also remove go 1.8 from travis.yaml. Alas, this is no longer the post trivial PR :crying_cat_face:

AkihiroSuda commented 5 years ago

PS is there any "the most trivial PR of the year" contest? I'd like to nominate this one please.

My PR is more trivial (waiting for review ^^) https://github.com/containerd/continuity/pull/127