Files

9 lines
94 B
Go

package controllers
import "time"
type CarCANSignal struct {
VIN string
Last time.Time
}