Versions in this module Expand all Collapse all v5 v5.0.0 Dec 23, 2024 Changes in this version + type GzText string + func (j *GzText) Scan(value any) error + func (j GzText) Value() (driver.Value, error) + type JSON []byte + func (j *JSON) Scan(value any) error + func (j *JSON) Unmarshal(data []byte) error + func (j JSON) Equals(j1 JSON) bool + func (j JSON) IsNull() bool + func (j JSON) Marshal() ([]byte, error) + func (j JSON) Value() (driver.Value, error) + type Logger struct + func NewLogger(formatter func(...any) []any, logger loggerItf) *Logger + func (l *Logger) Print(vs ...any) Other modules containing this package github.com/Laisky/go-utils github.com/Laisky/go-utils/v2 github.com/Laisky/go-utils/v3 github.com/Laisky/go-utils/v4