commit | fe4899f46e42a5da298432dccb5dd6ad46283153 | [log] [tgz] |
---|---|---|
author | Asim Shankar <ashankar@google.com> | Fri May 08 13:23:28 2015 -0700 |
committer | Asim Shankar <ashankar@google.com> | Fri May 08 13:23:46 2015 -0700 |
tree | 07907eacd2916fef0befc52e887ca55b4ae99316 | |
parent | 478933be50290fd7e3f33284b8cc72e014387c9b [diff] |
More "go vet" fixes. Turns out annotations on struct fields must be of the form: `key:"value"` When the value was not placed in quotes, the "json" annotation was being ignored. The fix: - For the principal tool, I just set the quotes and "backward" compatibility with the previous field names is a concern that I'm disregarding - For identityd/sql.go - I'm just removing the annotations that were being ignored anyway. Side note: JSON unmarshaling seems to be insenstive to the casing of the key string. Change-Id: I7ccc38e5eebf4a41eefe042f0e184bec47aef03d
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.