エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
I/O With Go: io.Pipe()
I find that Go's I/O framework is one of its major strengths: The io.Reader and io.Writer abstrac... I find that Go's I/O framework is one of its major strengths: The io.Reader and io.Writer abstractions make it easy to create composable programs It's a great example of how to use interfaces in your own programs One of my recent discoveries is io.Pipe(). Let's for example encode some JSON and send it as an HTTP POST body. You could use a bytes.Buffer to store the result of the encoding and then p
2015/11/30 リンク