cleanup: replace "x/net/context" import with "context" (#2439)

This commit is contained in:
Doug Fawley
2018-11-12 13:30:41 -08:00
committed by GitHub
parent eb55fa50e6
commit 04ea82009c
91 changed files with 97 additions and 118 deletions

View File

@ -25,6 +25,7 @@
package main
import (
"context"
"encoding/json"
"flag"
"fmt"
@ -36,7 +37,6 @@ import (
"sync"
"time"
"golang.org/x/net/context"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"