Skip to content

Commit ce71bd6

Browse files
committed
Update GLOSSARY.md
1 parent 8302e59 commit ce71bd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GLOSSARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ x.(T)
66
이런 표기법을 타입 단언이라고 부른다.
77

88
## 메서드 (Method)
9+
메서드
910

1011
## 제로값 (The Zero Value)
1112
변수가 메모리에 할당되고 그 타입의 제로값이 저장되는 것: [The Zero Value](https://golang.org/ref/spec#The_zero_value)
1213

1314
## 내장 함수 (built-in function)
15+
예) len, cap, append, new, make

0 commit comments

Comments
 (0)