오도원입니다.

건강과 행복을 위하여

카테고리 없음

Golang 기본 문법

오도원공육사 2023. 12. 24. 12:13
반응형
Golang's basic grammar rules include syntax, elements such as identifiers, keywords, operators, and literals, as well as rules for constants, variables, types, arrays, slices, structs, pointers, functions, interfaces, maps, channels, assignability, representability, method sets, blocks, declarations, and scope. It also covers topics such as type inference, operator precedence, arithmetic and comparison operators, conversions between types, statements, initialization process, built-in functions, and the use of the error interface and package unsafe.
반응형