bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
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/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
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/golang-sql/civil | Package civil implements types for civil time, a time-zone-independent representation of time that follows the rules of the proleptic Gregorian calendar with exactly 24-hour days, 60-minute hours, and 60-second minutes. |
github.com/golang-sql/sqlexp | Package sqlexp provides interfaces and functions that may be adopted into the database/sql package in the future. |
github.com/microsoft/go-mssqldb/integratedauth | |
github.com/microsoft/go-mssqldb/integratedauth/ntlm | |
github.com/microsoft/go-mssqldb/integratedauth/winsspi | |
github.com/microsoft/go-mssqldb/internal/cp | |
github.com/microsoft/go-mssqldb/internal/decimal | |
github.com/microsoft/go-mssqldb/internal/querytext | Package querytext is the old query parser and parameter substitute process. |
github.com/microsoft/go-mssqldb/msdsn | |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
math | Package math provides basic constants and mathematical functions. |
math/bits | Package bits implements bit counting and manipulation functions for the predeclared unsigned integer types. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
unicode/utf16 | Package utf16 implements encoding and decoding of UTF-16 sequences. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |