1
0
Fork 0
mirror of https://github.com/imjasonh/staticmaps synced 2026-07-18 23:09:11 +00:00

use golang context package

This commit is contained in:
Jason Hall 2015-03-26 15:56:27 -04:00
parent 70a0403b6d
commit 9d0e43710d
9 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@ package maps
import (
"net/http"
"code.google.com/p/go.net/context"
"golang.org/x/net/context"
)
type contextKey int