bytes | Package bytes implements functions for the manipulation of byte slices. |
database/sql | Package sql provides a generic interface around SQL (or SQL-like) databases. |
database/sql/driver | Package driver defines interfaces to be implemented by database drivers as used by package sql. |
encoding | Package encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/ClickHouse/ch-go/proto | Package proto implements ClickHouse wire protocol. |
github.com/ClickHouse/clickhouse-go/v2/lib/binary | |
github.com/ClickHouse/clickhouse-go/v2/lib/chcol | |
github.com/ClickHouse/clickhouse-go/v2/lib/timezone | |
github.com/google/uuid | |
github.com/paulmach/orb | |
github.com/shopspring/decimal | Package decimal implements an arbitrary precision fixed-point decimal. |
math | Package math provides basic constants and mathematical functions. |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/netip | Package netip defines an IP address type that's a small value type. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
regexp | Package regexp implements regular expression search. |
slices | Package slices defines various functions useful with slices of any type. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |