Imports of package batchmap

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
cryptoPackage crypto collects common cryptographic constants.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/apache/beam/sdks/v2/go/pkg/beamPackage beam is an implementation of the Apache Beam (https://beam.apache.org) programming model in Go.
github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtimePackage runtime contains runtime hooks and utilities for pipeline options and type registration.
github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/execPackage exec contains runtime plan representation and execution.
github.com/apache/beam/sdks/v2/go/pkg/beam/core/runtime/graphx/schemaPackage schema contains utility functions for relating Go types and Beam Schemas.
github.com/apache/beam/sdks/v2/go/pkg/beam/core/util/reflectxPackage reflectx contains a set of reflection utilities and well-known types.
github.com/apache/beam/sdks/v2/go/pkg/beam/registerPackage register contains functions for registering and optimizing your DoFn.
github.com/google/trillian/merkle/coniksPackage coniks provides CONIKS hashing for maps.
github.com/google/trillian/merkle/smtPackage smt contains the implementation of the sparse Merkle tree logic.
github.com/google/trillian/merkle/smt/nodePackage node implements a sparse Merkle tree node.
ioPackage io provides basic interfaces to I/O primitives.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.