ended2월 22일· 1 sources

Go Learning Notes - Part 2: Array, Slices, Loops & String Processing

Go 학습 노트 - Part 2: 배열, 슬라이스, 루프 및 문자열 처리

Why it matters

The author explored Go collections and loops while building a booking app, learning that slices are preferred over fixed-size arrays for dynamic data. Key techniques covered include infinite loops, range iteration, the blank identifier (_), and strings.Fields() for string splitting.

1
Sources
+0
24h
Growth
200d
Active
GoArraysSlicesLoopsString Processing

Sources

Related Issues