Imports of package scan

PathSynopsis
encoding/csvPackage csv reads and writes comma-separated values (CSV) files.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/cloudflare/cfssl/cliPackage cli provides the template for adding new cfssl commands
github.com/cloudflare/cfssl/logPackage log implements a wrapper around the Go standard library's logging package.
github.com/cloudflare/cfssl/scan
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.