Mohammed Naser b5c01d934e Initial commit
Change-Id: I28d08648ccfae8393c302c5cb9651637040b271d
2020-04-05 20:55:37 -04:00

11 lines
100 B
Go

package models
import (
"time"
)
type Model struct {
CreatedAt time.Time
UpdatedAt time.Time
}