context, registry/handlers: remove net/context references

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day 2018-01-17 16:01:41 -08:00
parent 277ed486c9
commit 585cdeb571
No known key found for this signature in database
GPG key ID: 67B3DED84EDC823F
2 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,6 @@
// Package context provides several utilities for working with
// golang.org/x/net/context in http requests. Primarily, the focus is on
// logging relevant request information but this package is not limited to
// that purpose.
// Go's context in http requests. Primarily, the focus is on logging relevant
// request information but this package is not limited to that purpose.
//
// The easiest way to get started is to get the background context:
//