练习

    • 自己不看这章的代码用 Go 写个 web 客户端
    • 修改 MXrecords.go 和 的代码,使其也能接收 IP 地址作为输入
    • 试着使用 goroutines 自己写个简单版本的 ab(1)
    • 修改 使其有个标志能禁用 io.Copy(os.Stdout, response.Body) 表达式的执行