Codebase list golang-github-go-kit-kit / 185c4db
Satisfy the golint gods Peter Bourgon 7 years ago
1 changed file(s) with 6 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
8080 }
8181
8282 var (
83 // Count is the number of observations.
8384 Count = 12345
84 Mean = 500
85
86 // Mean is the center of the normal distribution of observations.
87 Mean = 500
88
89 // Stdev of the normal distribution of observations.
8590 Stdev = 25
8691 )
8792