]> Cypherpunks repositories - gostls13.git/commit
misc/dashboard/codereview: add LastUpdate field to CL
authorRuss Cox <rsc@golang.org>
Mon, 30 Jul 2012 14:13:54 +0000 (10:13 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 30 Jul 2012 14:13:54 +0000 (10:13 -0400)
commit09f1f5d76d648f9dcdc86ff814b7e463ecca93df
treedc829b9e56ccc5ebdf10bc2962e8c13e51570c46
parent6cbf35c1721ff8b22da2176d4ae5f9a98ae98b40
misc/dashboard/codereview: add LastUpdate field to CL

To be filled in by a later CL. I deployed a test version to
App Engine to work on setting the values, so there are
a few records that have this field set already.

That field is breaking the live version, so I have pushed
a new copy with this 1-line change to the live version

I assumed that appengine/datastore was like every other
marshaling and unmarshaling package we have in Go
(for example, encoding/gob, encoding/json, encoding/xml,
and protobuf) and that if it loaded an unknown field it would
just ignore it. Apparently not. Sorry.

R=dsymonds
TBR=dsymonds
CC=golang-dev
https://golang.org/cl/6454064
misc/dashboard/codereview/dashboard/cl.go