"Go 사전선언된 식별자"의 두 판 사이의 차이

(새 문서: ==개요== ;Go Predeclared identifiers ;Go 사전선언된 식별자 ==자료형== {{z컬럼3| * bool * byte * complex64 * complex128 * error * float32 * float64 * int * int8 * int16...)
 
 
38번째 줄: 38번째 줄:


==함수==
==함수==
{{참고|Go 내장 함수}}
{{z컬럼3|
{{z컬럼3|
* [[Go append()|append]]
* [[Go append()|append]]

2021년 10월 20일 (수) 13:22 기준 최신판

1 개요[ | ]

Go Predeclared identifiers
Go 사전선언된 식별자

2 자료형[ | ]

  • bool
  • byte
  • complex64
  • complex128
  • error
  • float32
  • float64
  • int
  • int8
  • int16
  • int32
  • int64
  • rune
  • string
  • uint
  • uint8
  • uint16
  • uint32
  • uint64
  • uintptr

3 상수[ | ]

  • true
  • false
  • iota

4 제로값[ | ]

5 함수[ | ]

6 같이 보기[ | ]

7 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}