go run goroutines-with-waitgroups/main.gogo run race-condition-mutex/main.go
ab -n 10000 -c 100 http://localhost:8080/mutex
curl http://localhost:8080/mutexgo run race-condition-atomic/main.go
ab -n 10000 -c 100 http://localhost:8080/atomic
curl http://localhost:8080/atomicgo run range-with-channels/main.gogo run range-with-waitgroups/main.gogo run channel-directions/main.gogo run loadbalancer/main.gogo run select-with-channels/main.gogo run channel-with-buffers/main.go