Imports of package stats

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
encoding/csvPackage csv reads and writes comma-separated values (CSV) files.
encoding/hexPackage hex implements hexadecimal encoding and decoding.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
mathPackage math provides basic constants and mathematical functions.
math/rand/v2Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
osPackage os provides a platform-independent interface to operating system functionality.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.