package
1.1.1
Repository: https://github.com/gituser143/cryptgo.git
Documentation: pkg.go.dev

# Functions

DrawEdit draws an editbox and returns input passed to the box.
NewBarChart initialises and returns a pointer to a BarChart instance.
NewHelpMenu is a constructor for the HelpMenu type.
NewLineGraph creates and returns a lineGraph instance.
NewTable returns a new Table instance.

# Structs

BarChart represnts a custom UI widget.
EditBox helps user provide input through a text box like widget.
HelpMenu is a wrapper widget around a List meant to display the help menu for a command.
LineGraph implements a line graph of data points.
Table represents a custom table widget.