Index
A
Add() and Done() calls
numbers, varying 331-333
addDone.go 332
anonymous functions 206
API
defining 394, 395
arrays 70
atomic package 367-369
automatic allocations 644
B
benchcmp utility
reference link 642
benchmarking
code 628, 629
scenario 629-632
wrongly defined benchmark functions 643
benchstat utility 641, 642
Berkeley Packet Filter (BPF) 627, 654
Big O notation
complexity 219
bounds errors
catching out 85
buffered channels 334, 348, 349
buffered file I/O 272
versus unbuffered file I/O 637-640
C
channels 334
as function parameters 338, 339
buffered channels 348, 349
closed channel, receiving from 337, 338
nil channels 350, 351
reading from 334-337
signal channel 355
usages 347, 348
worker pool 351-355
writing to 334-337
Cleanup() function 546-548
client
creating, for statistics service 413-419
web server, tracing...