Skip to content

Commit

Permalink
Add table
Browse files Browse the repository at this point in the history
  • Loading branch information
toshi0607 committed Jan 22, 2023
1 parent 0bf41f5 commit e3c420f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions go_at_goole.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
# GoogleでのGo: ソフトウェアエンジニアリングのための言語設計
- [GoogleでのGo: ソフトウェアエンジニアリングのための言語設計](#googleでのgo-ソフトウェアエンジニアリングのための言語設計)
- [1. 概要](#1-概要)
- [2. 導入](#2-導入)
- [3. GoogleでのGo](#3-googleでのgo)
- [4. ペインポイント](#4-ペインポイント)
- [5. CとC++の依存関係](#5-cとcの依存関係)
- [6. Goへ](#6-goへ)
- [7. Goの依存関係](#7-goの依存関係)
- [8. パッケージ](#8-パッケージ)
- [9. リモートパッケージ](#9-リモートパッケージ)
- [10. 構文](#10-構文)
- [11. 命名](#11-命名)
- [12. セマンティクス](#12-セマンティクス)
- [13. 並行処理](#13-並行処理)
- [14. ガベージコレクション](#14-ガベージコレクション)
- [15. 継承ではなく合成](#15-継承ではなく合成)
- [16. エラー](#16-エラー)
- [17. ツール](#17-ツール)
- [18. 結論](#18-結論)
- [19. まとめ](#19-まとめ)

[Go at Google: Language Design in the Service of Software Engineering](https://go.dev/talks/2012/splash.article)の日本語版です。

Expand Down

0 comments on commit e3c420f

Please sign in to comment.