Imports of package fake

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
code.cloudfoundry.org/clock
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/coreos/go-systemd/v22/journalPackage journal provides write bindings to the local systemd journal.
github.com/docker/docker/daemon/logger/journald/internal/exportPackage export implements a serializer for the systemd Journal Export Format as documented at https://systemd.io/JOURNAL_EXPORT_FORMATS/
github.com/google/uuidPackage uuid generates and inspects UUIDs.
gotest.tools/v3/assertPackage assert provides assertions for comparing expected values to actual values in tests.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
regexpPackage regexp implements regular expression search.
strconvPackage strconv implements conversions to and from string representations of basic data types.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.