Codebase list golang-github-beorn7-perks / 8a33e25
fix type in example Blake Mizerany 10 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
5454 for samples := range ch {
5555 q.Merge(samples)
5656 }
57 fmt.Println("perc50:", q.Query(0.90))
57 fmt.Println("perc90:", q.Query(0.90))
5858 }
5959
6060 func Example_window() {