Imports of package formam

PathSynopsis
encodingPackage encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
net/urlPackage url parses URLs and implements query escaping.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
strconvPackage strconv implements conversions to and from string representations of basic data types.
timePackage time provides functionality for measuring and displaying time.