package dedent

Import Path
	github.com/lithammer/dedent (on go.dev)

Dependency Relation
	imports 2 packages, and imported by 5 packages

Involved Source Files dedent.go
Package-Level Functions (only one)
Dedent removes any common leading whitespace from every line in text. This can be used to make multiline strings to line up with the left edge of the display, while still presenting them in the source code in indented form.