📖 A compilation of the sample codes used in the presentation
- hello_go.go related to p.9
- hello_net.go related to p.10
- echo_server.go related to p.12
- goroutines.go related to p.14
- echo_server_concurrent.go related to p.15
- channel.go related to p.19
- select.go related to p.20
- chatroulette_tcp.go related to p.21
- chatroulette_tcp_err_handling.go related to p.25
- hello_web.go related to p.28
- hello_websocket.go related to p.29
- server_http_and_websocket.go related to p.30
- chatroulette_websocket.go related to p.32
- markov_chain_example.go related to p.38
- chatroulette_websocket_markovchain.go related to p.39
Read more GoTalks [here]