package util

Import Path
	github.com/ncruces/go-sqlite3/internal/util (on go.dev)

Dependency Relation
	imports 8 packages, and imported by 3 packages


Package-Level Type Names (total 3)
/* sort by: | */
Value any ( JSON) Scan(value any) error JSON : database/sql.Scanner
Value any
Type Parameters: E: comparable ( Set[E]) Add(v E) ( Set[E]) Contains(v E) bool
Package-Level Functions (total 9)
func AppendNumber(dst []byte, f float64) []byte
func GCD(m, n int) int
func LCM(m, n int) int
func ParseBool(s string) (b, ok bool)
func ParseFloat(s string) (f float64, ok bool)
func ParseTimeShift(s string) (years, months, days int, duration time.Duration, ok bool)