Exemple #1
0
func (x *Imp) Set(d *day.Imp, t *clk.Imp) {
	//
	x.day = d.Clone().(*day.Imp)
	x.time = t.Clone().(*clk.Imp)
}