# README
Package scan
Package scan provides utility functions that are used by test.go to read values from STDIN. These functions are mostly specific to the C LI prototype that is running right now.
# Functions
Float scans for a float.
Int scans for an integer.
Password scans for a password.
RawPassword scans for a raw password.
String scans for a string.
StringCheckFloat scans for a string checking whether its a float.
StringCheckInt scans for a string checking whether it is an integer.