Skip to content

Commit

Permalink
wip 14章
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 committed Oct 1, 2024
1 parent 9a3139a commit 9ecf556
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion content/posts/go-system-programming/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,17 @@ https://github.com/colored-rs/colored/blob/775ec9f19f099a987a604b85dc72ca83784f4
- フォークしてからブートプロセスのinitを親に設定し、実際の親はすぐに終了
- 標準入出力も起動時のものから切り離される(通常は`dev/null`に設定される)

## 第13章 シグナルによるプロセス間の通信
<!-- ## 第13章 シグナルによるプロセス間の通信 -->
<!-- TODO: いったん飛ばしたのであとで読む -->

## 第14章 Go言語と並列処理
### スレッドとgoroutineの違い
P277あたりをまとめるところから

Check failure on line 372 in content/posts/go-system-programming/index.md

View workflow job for this annotation

GitHub Actions / textlint

[textlint] content/posts/go-system-programming/index.md#L372 <eslint.rules.ja-technical-writing/sentence-length>

Line 372 sentence length(107) exceeds the maximum sentence length of 100. Over 7 characters. (ja-technical-writing/sentence-length)
Raw output
/home/runner/work/blog/blog/content/posts/go-system-programming/index.md:372:12868: error: Line 372 sentence length(107) exceeds the maximum sentence length of 100.
Over 7 characters. (ja-technical-writing/sentence-length) (eslint.rules.ja-technical-writing/sentence-length)
P277あたりをまとめるところから
P277あたりをまとめるところから
P277あたりをまとめるところから
P277あたりをまとめるところから
P277あたりをまとめるところから

Check failure on line 377 in content/posts/go-system-programming/index.md

View workflow job for this annotation

GitHub Actions / textlint

[textlint] content/posts/go-system-programming/index.md#L377 <eslint.rules.ja-technical-writing/ja-no-mixed-period>

文末が"。"で終わっていません。 (ja-technical-writing/ja-no-mixed-period)
Raw output
/home/runner/work/blog/blog/content/posts/go-system-programming/index.md:377:17: error: 文末が"。"で終わっていません。 (ja-technical-writing/ja-no-mixed-period) (eslint.rules.ja-technical-writing/ja-no-mixed-period)


[^1]: Neovimでのデバッガの環境構築は [nvim-dapでGolangのデバッグ環境構築](https://zenn.dev/saito9/articles/32c57f776dc369) を参考にした
Expand Down

0 comments on commit 9ecf556

Please sign in to comment.