commit | 8cdb0bace375efcbb0520ffa839dbbfeb06f61f9 | [log] [tgz] |
---|---|---|
author | Srdjan Petrovic <spetrovic@google.com> | Mon Aug 31 08:48:28 2015 -0700 |
committer | Srdjan Petrovic <spetrovic@google.com> | Mon Aug 31 08:48:28 2015 -0700 |
tree | 7e05039f0e5ecd97849023144a12f6a1d1c4d037 | |
parent | 7728a0eff64f8206e49f7433119268ca3c95ca31 [diff] |
TBR v.io/x/ref: fix naming conflict in VDL structs The local "result" variable was conflicting with the struct member field. The fix is to add "this" to make it clear that the code refers to the member field. Change-Id: I364287b0595c147c28197d661883dac7788835c7
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.