mirror of
https://github.com/imjasonh/staticmaps
synced 2026-07-18 14:56:16 +00:00
use new context, API_KEY env for tests
This commit is contained in:
parent
9d0e43710d
commit
179b8975a7
11 changed files with 20 additions and 27 deletions
|
|
@ -1,14 +1,13 @@
|
|||
package maps
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"image/color"
|
||||
"io"
|
||||
"net/http"
|
||||
"net/url"
|
||||
"strings"
|
||||
|
||||
"golang.org/x/net/context"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue