πŸ“‰
The Ultimate Go Study Guide
  • "The Ultimate Go Study Guide" ν•œκΈ€ λ²ˆμ—­ ν”„λ‘œμ νŠΈ
  • Table of Contents
    • table-of-contents-eng
  • 5-20 pages translation
    • μ„œλ¬Έ
  • 20-37 pages translation
    • 데이터 ꡬ쑰(Data Structures)
  • 37-55 pages translation
    • λ””μ»€ν”Œλ§
  • 55-70 pages translation
    • 55-70
  • 70-89 pages translation
    • λ””μ»€ν”Œλ§
  • 89-101 pages translation
    • 89-101
  • 101-114 pages translation
    • μ—λŸ¬ 처리
  • 114-128 pages translation
    • λ™μ‹œμ„±
  • 128-139 pages translation
    • μžμ› 경쟁(Data race)
  • 139-164 pages translation
    • 채널
  • 164-173 pages translation
    • Patterns
  • 173-191 pages translation
    • ν…ŒμŠ€νŒ… & ν”„λ‘œνŒŒμΌλ§
  • 191-199 pages translation
    • 191-199
  • Assignment table
Powered by GitBook
On this page
  • Introduction 5
  • Language Mechanics 6
  • Syntax 6

Was this helpful?

5-20 pages translation

Assigned to

  • μ •ν˜„μ„/@nicewook

Mandatory reviewer

  • μ΄μž¬μ›/@mumunuu

  • 김쀀희/@juunini

Introduction 5

Language Mechanics 6

Syntax 6

Variable 6

Built-in types 6

Zero value concept 6

Declare and initialize 7

Conversion vs casting 8

Struct 8

Declare and initialize 8

Name type vs anonymous type 10

Pointer 11

Everything is about pass by value 11

Pass by value 11

Escape analysis 12

Function 15

Constant 17

Declare and initialize 17

iota 19

Previoustable-of-contents-engNextμ„œλ¬Έ

Last updated 4 years ago

Was this helpful?