We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1df8ee commit 03113f0Copy full SHA for 03113f0
1 file changed
correlation/statistics/calcs.go
@@ -21,7 +21,9 @@ func GetStats() map[string]Stat {
21
statsMutex.Lock()
22
defer statsMutex.Unlock()
23
24
- return stats
+ tmp := stats
25
+
26
+ return tmp
27
}
28
29
func One(t, s string) {
0 commit comments