Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 525 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 525 Bytes

Golang DataStore example

TODO

  • Learn rest api's on Golang and implement !

Execution Details

  • Install gcloud beta emulators datastore
  • gcloud beta emulators datastore start
  • Change project id in main.go
    // Set your Google Cloud Platform project ID.
    projectID := "CHANGE_ME"
  • Execute using
    go run main.go