Changed interface of StatForTime

This commit is contained in:
2016-03-26 18:19:25 +03:00
parent f95329d55a
commit 126e85d102

View File

@@ -24,7 +24,7 @@ const (
type StatForTime struct { type StatForTime struct {
time int time int
keys map[string]int keys map[uint8]int
} }
// Return map from key numbers to key names like "F1", "Tab", "d" // Return map from key numbers to key names like "F1", "Tab", "d"