undent

Go package which removes leading indentation/white-space from strings.

Go Reference GitHub tag (latest SemVer) Actions Status Coverage GitHub issues GitHub pull requests License Status

```go s := undent.String(` { "hello": "world" }`, ) fmt.Println(s) ``` ``` { "hello": "world" } ``` ## Documentation Please see the [Go Reference](https://pkg.go.dev/github.com/jimeh/undent#section-documentation) for documentation and examples. ## Benchmarks Benchmark reports and graphs are available here: https://jimeh.me/undent/dev/bench/ ## License [MIT](https://github.com/jimeh/undent/blob/main/LICENSE)