1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

WIP Git widget

This commit is contained in:
Chris Cummer
2018-03-31 20:04:09 -07:00
committed by Chris Cummer
parent d3cd19fd8f
commit f6e7a2c030
6 changed files with 84 additions and 1 deletions

View File

@@ -38,7 +38,6 @@ func (widget *Widget) Refresh() {
widget.RefreshedAt = time.Now()
widget.View.Clear()
fmt.Fprintf(widget.View, "%s", widget.contentFrom(data))
}