본 게시글은 Golang Tutorial for Beginners | Full Go Course을 학습하며 작성한 개인 노트입니다. Go를 시작하며 Go의 특징 멀티코어에 적합한 디자인으로 동시성 지원 동시성을 구현하기 쉽고 효율적이다 Python's simple
본 게시글은 Golang Tutorial for Beginners | Full Go Course을 학습하며 작성한 개인 노트입니다.Variable: stores valuescamel case declared variables must be used; otherwise
본 게시글은 Golang Tutorial for Beginners | Full Go Course을 학습하며 작성한 개인 노트입니다.String: textual dataInteger: numeric dataGo is a statically typed languageYou
본 게시글은 Golang Tutorial for Beginners | Full Go Course을 학습하며 작성한 개인 노트입니다.an indefinite loopiterates over elements for different data structures provid
본 게시글은 Golang Tutorial for Beginners | Full Go Course을 학습하며 작성한 개인 노트입니다.functions can return data as a resultYou have to specify input & output param
본 게시글은 Golang Tutorial for Beginners | Full Go Course을 학습하며 작성한 개인 노트입니다.Go programs are organized into packagesA package is a collection of Go filesc
본 게시글은 Golang Tutorial for Beginners | Full Go Course을 학습하며 작성한 개인 노트입니다.var mapName = make(map\[keyType]dataType)userData\["firstName"] = firstNameva
본 게시글은 Golang Tutorial for Beginners | Full Go Course을 학습하며 작성한 개인 노트입니다.time.Sleep(timeAmount)stops/blocks the current thread execution for defined d