Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: go/src/infra/gae/epservice/example/model.go

Issue 1240573002: Reland: Refactor current GAE abstraction library to be free of the SDK* (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: expand coverage range to fit 32bit test expectations Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/Goopfile.lock ('k') | go/src/infra/gae/epservice/example/service_add.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/epservice/example/model.go
diff --git a/go/src/infra/gae/epservice/example/model.go b/go/src/infra/gae/epservice/example/model.go
index cc47fcdee3680b26f5376ca9ad495fe50c566566..41e4524bd3bf025b5092f881e1de3f0b0800386c 100644
--- a/go/src/infra/gae/epservice/example/model.go
+++ b/go/src/infra/gae/epservice/example/model.go
@@ -8,7 +8,5 @@ package example
// Counter is a stupid model which holds a single numerical value.
type Counter struct {
- ID string `datastore:"-" goon:"id"`
-
Val int64 `json:",string"`
}
« no previous file with comments | « go/Goopfile.lock ('k') | go/src/infra/gae/epservice/example/service_add.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698