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
5 files changed
tree: 83f0c3113238f861e9c84170ed15a9594d59060d
  1. lib/
  2. profiles/
  3. runtimes/
  4. security/
  5. services/
  6. tools/