Go Data Structures

Use when working with Go slices, maps, or arrays — choosing between new and make, using append, declaring empty slices (nil vs literal for JSON), implementing sets with maps, and copying data at boundaries. Also use when building or manipulating collections, even if the user doesn't ask about allocation idioms. Does not cover concurrent data structure safety (see go-concurrency).

om-scogo bd35416 4 files · 13.5 KB Updated 0 repo stars

File contents

om-scogo/skillsh-scraper/tree/main/data/skills/cxuu-golang-skills/go-data-structures commit bd35416b3e

Frequently asked questions

npx skillmds add om-scogo/go-data-structures