Imports of package fstest

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
ioPackage io provides basic interfaces to I/O primitives.
io/fsPackage fs defines basic interfaces to a file system.
io/ioutilPackage ioutil implements some I/O utility functions.
pathPackage path implements utility routines for manipulating slash-separated paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
testing/iotestPackage iotest implements Readers and Writers useful mainly for testing.
timePackage time provides functionality for measuring and displaying time.