반응형
- 아래의 25개의 예약어는 미리 정의되어 있는 키워드로써 변수명, 상수명, 함수명 등에 사용될 수 없다.
break
default
func
interface
select
case
defer
go
map
struct
chan
else
goto
package
switch
const
fallthrough
if
range
type
continue
for
import
return
var
반응형
'IT > Go 언어 (Golang)' 카테고리의 다른 글
[Golang] Go Routine (고 루틴) - Golang의 꽃 [기본] (0) | 2020.01.12 |
---|---|
[Golang] Go Routine (고 루틴) - Golang의 꽃 [심화] (0) | 2020.01.12 |
[Golang] 문자열과 문자열의 종류 (0) | 2019.12.22 |
[Golang] 데이터 타입 (자료형) (0) | 2019.12.22 |
[Golang] 변수와 상수 (0) | 2019.12.22 |