Go 사전선언된 식별자

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 }}