ability to get remote from context

This commit is contained in:
Brad Rydzewski 2015-10-19 17:57:21 -07:00
parent 0e3b11c44d
commit 2dd4d6613c

View file

@ -1,7 +1,7 @@
package remote package remote
import ( import (
"code.google.com/p/go.net/context" "golang.org/x/net/context"
) )
const key = "remote" const key = "remote"