Skip to content

Commit ff11d6d

Browse files
committed
fix typo and add the slides link of gogoslices
1 parent ee39732 commit ff11d6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[Golang Taipei](https://www.meetup.com/golang-taipei-meetup/)
99

10-
- [Golang Taiwan Gathering #52](meetup/gtg52) (2020/08/02) in [COUSCUP 2020](https://coscup.org/2020)
10+
- [Golang Taiwan Gathering #52](meetup/gtg52) (2020/08/02) in [COSCUP 2020](https://coscup.org/2020)
1111
- [Golang Taiwan Gathering #51](meetup/gtg51) (2020/07/28)
1212
- [Golang Taiwan Gathering #50](meetup/gtg50) (2020/06/23)
1313
- [Golang Taiwan Gathering #49](meetup/gtg49) (2020/05/26)

meetup/gtg52/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ Go 的 standard library 內已經內建了 net package,並以此為基礎提
4444

4545
生為長期使用 Go 的開發者,難免會用到很多相關的 opensource tool,而一般來說,很多的 open source project 都相對比較成熟,也讓人比較難以參與,這邊講者想要分享一個比較容易貢獻的模式,並且分享從中學習的過程。
4646

47-
### Yu-Lang Chu-- Go Go Power Slice! [slides 待補]
47+
### Yu-Lang Chu-- Go Go Power Slice! [[slides](https://www.slideshare.net/JulianYuLangChu/go-go-power-slice)]
4848

4949
slice in golang is a very important type to perform operations on collection data. When you have experience with other programming languages, will find the design of slice has some differences when compared to similar type in other programming languages. These differences make us need to pay attention to memory allocation by doing slice manipulation in order to get better performance or avoid some mistakes. Let’s start from source code to discuss more details in slice manipulation.

0 commit comments

Comments
 (0)