Going back to Go: Concurrency Patterns
· One min read
Building blocks for concurrency in go (goroutine, channel) and patterns (fan out).
Building blocks for concurrency in go (goroutine, channel) and patterns (fan out).
Force returning a subset of error types from a function in Go.
Revisit basic of Go (Golang) and new features with runnable examples.
How to send email using Go's net/smtp
package with Gmail application password.