Documentation ¶ Overview ¶ Package xoutil provides additional types for the xo cli tool. Index ¶ type SqTime func (t *SqTime) Scan(v interface{}) error func (t SqTime) Value() (driver.Value, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type SqTime ¶ type SqTime struct { time.Time } SqTime provides a type that will correctly scan the various timestamps values stored by the github.com/mattn/go-sqlite3 driver for time.Time values, as well as correctly satisfying the sql/driver/Valuer interface. func (*SqTime) Scan ¶ func (t *SqTime) Scan(v interface{}) error Scan satisfies the Scanner interface. func (SqTime) Value ¶ func (t SqTime) Value() (driver.Value, error) Value satisfies the Valuer interface. Source Files ¶ View all Source files xoutil.go Click to show internal directories. Click to hide internal directories.