Closed
Description
Some code:
`import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import _ "google/api"
import (
context "golang.org/x/net/context"
grpc "google.golang.org/grpc"
)`
Have the following in my src directory:
HelloService.pb.go HelloService.pb.gw.go github.com golang.org google google.golang.org