Language: Go
Wrap and Unwrap Errors in Go
Wrap errors with fmt.Errorf %w and inspect with errors.Is / As.
Author:
chris
Parse Flags with the flag Package
Parse typed CLI flags using the stdlib flag package.
Author:
chris
Walk a Directory Tree with filepath.WalkDir
Recursively walk a path with filepath.WalkDir (Go 1.16+).
Author:
chris