-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems installing goapp #168
Comments
Update: last part was my fault, needed
in the |
Glad you got it figured out! We just released Go 1.11 on App Engine which no longer uses
|
What about the equivalent of |
If you're using |
What is the equivalent of |
`go test` works normally as long as you are using a relatively up-to-date
gcloud and google.golang.org/appengine package.
…On Mon, Jul 1, 2019 at 4:49 AM Patrick Smith ***@***.***> wrote:
What is the equivalent of goapp test? How do you testing datastore
locally?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#168?email_source=notifications&email_token=AADYXOURE6CGQRL6I7IWBWTP5HVN5A5CNFSM4F6YKTQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODY5363I#issuecomment-507232109>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADYXOSL5QYBLFYIGMRZOBTP5HVN5ANCNFSM4F6YKTQQ>
.
|
I had a pretty rough installation experience. This is on a brand new 2018 MacBook pro, I have not used any app engine tools on it before.
First I ran:
Then I ran
goapp
... command not found. So I did:That got it on my path and executable. Then running it:
That's as far as I've got. Stuck at this point.
The text was updated successfully, but these errors were encountered: