WIKI

AboutAboutContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • Go
  • Get Started
  • Tools
  • Basic & Syntax
  • Primitive Types
  • Branches and Loops
  • Functions
  • Pointers
  • Error Handling
  • Errors
  • Panic and Recover
  • Interface & Composition
  • Composite Types
    • Array
    • Map
    • Slice
    • Struct
  • Interface
  • Generics
  • Packages & Modules
  • Module
  • Package
  • Standard Library
    • File Operations
    • Fetching and Parsing JSON
    • Web Service Without Dependencies
    • fmt
    • json
    • os
    • io
    • slog
    • time
    • strconv
    • sync
    • context
    • net
    • regexp
    • embed
  • Concurrency
  • What is concurrency?
  • Goroutine
  • Channels
  • Select
  • Sync package
    • WaitGroup
    • Mutex
    • Atomics
  • Race
  • Testing
  • Standard Library
  • Ginkgo
  • Gomega
  • Build & Design
  • Design Patterns
  • Database
  • Introduction
  • Go
  • Get Started
  • Tools
  • Basic & Syntax
  • Primitive Types
  • Branches and Loops
  • Functions
  • Pointers
  • Error Handling
  • Errors
  • Panic and Recover
  • Interface & Composition
  • Composite Types
    • Array
    • Map
    • Slice
    • Struct
  • Interface
  • Generics
  • Packages & Modules
  • Module
  • Package
  • Standard Library
    • File Operations
    • Fetching and Parsing JSON
    • Web Service Without Dependencies
    • fmt
    • json
    • os
    • io
    • slog
    • time
    • strconv
    • sync
    • context
    • net
    • regexp
    • embed
  • Concurrency
  • What is concurrency?
  • Goroutine
  • Channels
  • Select
  • Sync package
    • WaitGroup
    • Mutex
    • Atomics
  • Race
  • Testing
  • Standard Library
  • Ginkgo
  • Gomega
  • Build & Design
  • Design Patterns
  • Database
  • About
  • Contact ↗ (opens in a new tab)
Question? Give us feedback → (opens in a new tab)Edit this page
Composite Types

Composite Types

In Go programming language Composite types are used to group different or similar types together, which is fundamental for building complex data structures

Panic and RecoverArray

© 2024 Follow The Pattern. All rights reserved.