blob: d0814082a9c99c9a23e86886c46b315241051ca2 [file] [log] [blame]
// This file was auto-generated by the veyron vdl tool.
// Source: nativedep2.vdl
package nativedep2
import (
// VDL system imports
"v.io/v23/vdl"
// VDL user imports
"time"
_ "v.io/core/veyron/lib/vdl/testdata/nativetest"
)
type MyTime time.Time
func (MyTime) __VDLReflect(struct {
Name string "v.io/core/veyron/lib/vdl/testdata/nativedep2.MyTime"
}) {
}
func init() {
vdl.Register((*MyTime)(nil))
}