Guest User

Untitled

a guest
Jun 18th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. 1. tar xfvz google-cloud-sdk-204.0.0-darwin-x86_64.tar.gz
  2.  
  3. 2. ./google-cloud-sdk/install.sh
  4.  
  5. 3. source ~/.config/fish/config.fish
  6.  
  7. 4. gcloud init
  8.  
  9. 5. gcloud components install app-engine-go
  10.  
  11. 6. set -x PATH $PATH ~/google-cloud-sdk/platform/google_appengine
  12.  
  13. 7. source ~/.config/fish/config.fish
  14.  
  15. 8. cd <gae-project> ; goapp serve --debug
  16.  
  17. 9. go get -t github.com/google/gops (Without this I couldn't see the debugging app)
  18.  
  19. 10. Golang IDE -> Run -> Attach to Local Process -> Select the one that ends with "_go_app"
Add Comment
Please, Sign In to add comment