blob: 1e2fb81347c3313c7704698e9233502e938aaeb1 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This file was auto-generated by the vanadium vdl tool.
// Source: nativedep2.vdl
package nativedep2
import (
// VDL system imports
"v.io/v23/vdl"
// VDL user imports
"time"
_ "v.io/x/ref/lib/vdl/testdata/nativetest"
)
type MyTime time.Time
func (MyTime) __VDLReflect(struct {
Name string "v.io/x/ref/lib/vdl/testdata/nativedep2.MyTime"
}) {
}
func init() {
vdl.Register((*MyTime)(nil))
}