Statistic Widgets
Statistic widgets are designed to show certain key stats. They are a single row of grouped pieces of data you can control.
Creating a stats widget
To get started, create a new go file to contain your widget. ?Please see our Best Practices section.
shell
touch my_stats.goThen include the following at the top of your Go file and generate some better types for your widgets.
go
//
package widgets