Versions in this module Expand all Collapse all v1 v1.0.0 Mar 14, 2022 Changes in this version + type Bool bool + func (b *Bool) Scan(src interface{}) error + func (b *Bool) UnmarshalText(text []byte) error + func (b Bool) MarshalText() ([]byte, error) + func (b Bool) Value() (driver.Value, error) + type HTML template.HTML + func (h *HTML) Scan(v interface{}) error + func (h HTML) Value() (driver.Value, error) + type IntList []int64 + func (l *IntList) Scan(v interface{}) error + func (l IntList) Value() (driver.Value, error) + type StringList []string + func (l *StringList) Scan(v interface{}) error + func (l StringList) Value() (driver.Value, error) Other modules containing this package github.com/teamwork/utils/v2