Explorar o código

statistics util panel

leonsal %!s(int64=8) %!d(string=hai) anos
pai
achega
6b0c5544bd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      util/stats/table.go

+ 2 - 2
util/stats/table.go

@@ -8,8 +8,8 @@ import (
 
 // StatsTable is a gui.Table panel with statistics
 type StatsTable struct {
-	*gui.Table          // embedded table
-	fields     []*field // array of fields
+	*gui.Table          // embedded table panel
+	fields     []*field // array of fields to show
 	stats      *Stats   // statistics object
 }