oreno-mqtt MQTTサーバーを実装しながらGoを学ぶ。 参考にしたMQTTのバージョンはv3.1.1。 Goのバージョンは .go-version を参考。 日記。 Table Driven Test go vet, gofmt, go doc errorとエラーハンドリング テストカバレッジ net, io, bufioパッケージ const, iota type switch, interface再考, プライベートな関数のテスト goroutine, pprof channelとselect type, "chan<-"と"<-chan" goroutineのエラーハンドリング, map Contextを使ったgoroutineの停止