commit | 1ce95c7a3d37fac663a4089114ff8c326a79e529 | [log] [tgz] |
---|---|---|
author | Todd Wang <toddw@google.com> | Mon Feb 09 15:55:39 2015 -0800 |
committer | Todd Wang <toddw@google.com> | Mon Feb 09 15:55:42 2015 -0800 |
tree | 83f0c3113238f861e9c84170ed15a9594d59060d | |
parent | 6bb0b0987ea219524d3154d4f72c367581650e9d [diff] |
veyron2/vdl: Add native type support to Go code generation. The support for native types already exists in the Go libraries; vdl.Register already captures the native type via reflection, and value conversion respects the native types. This CL adds the final piece, which is special-cased code generation for native types. This allows us to start using native types, e.g. the standard "time" package. MultiPart: 1/5 Change-Id: Ie5e8b48938feffddbae93e435918574b79a50c91