You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HelloService.pb.go HelloService.pb.gw.go github.com golang.org google google.golang.org
The text was updated successfully, but these errors were encountered:
jporwal05
changed the title
Getting this on go get . in the src directory: HelloService.pb.go:20:8 - no Go files in mydirectory\google\api
Getting this on go get . in the src directory: HelloService.pb.go:20:8 - no Go files in \go\src\google\api
Jan 10, 2018
Apologies for the delayed reply. The issue was with the way that I setup Go. If Go is setup correctly then one would not run into this issue.
Note to visitors: If you are visiting this for a similar issue, I would suggest you double check your Go setup and make sure you have set it up as per the official docs.
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
The text was updated successfully, but these errors were encountered: