Documentation
¶
Index ¶
- func ParseAmount(x string) (float64, error)
- func ParseCurrency(x string) (string, error)
- func ParseOptionalAmount(x string) (*float64, error)
- func ParseOptionalCurrency(x string) (*string, error)
- func ParseOptionalString(x string) *string
- func ParseOptionalTime(x string) (*time.Time, error)
- func ParseTime(x string) (time.Time, error)
- func ReadPassword(promptText string) (string, error)
- func ReadString(promptText string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseAmount ¶
func ParseCurrency ¶
func ParseOptionalAmount ¶
func ParseOptionalCurrency ¶
func ParseOptionalString ¶
func ReadPassword ¶
func ReadString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.