- Connects to a Datastore emulator
- Adds a new task and then retrieves it
- Learn rest api's on Golang and implement !
- 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