Categorygithub.com/kengbailey/golang-ref
modulepackage
0.0.0-20241018004246-86c88120723d
Repository: https://github.com/kengbailey/golang-ref.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Kenneth Bailey 2019-01-02 Golang "Worker Pool" concurrency pattern https://gobyexample.com/worker-pools */.

# Functions

Declare a function that returns multiple values.
Declare a function that returns a function.
Declare a function with two input parameters.

# Structs

Go has several built in types that most people are familiar with.

# Type aliases

Go allows us to create a type alias like this.