Skip to content

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Mar 28, 2017
1 parent 7976d92 commit b61bb39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/race_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@

package grpc_test

import (
"fmt"
"net"
"net/http"

"golang.org/x/net/context"
)

func init() {
raceMode = true
}
Expand Down

0 comments on commit b61bb39

Please sign in to comment.