Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ The original behavior can be used by running the tool with the

### Struct tag reformatting

> [!IMPORTANT]
> This option is deprecated and will be potentially removed in a future version.
> See [this issue](https://github.com/segmentio/golines/issues/176) and [this issue](https://github.com/golang/go/issues/16918) for more details.

In addition to shortening long lines, the tool also aligns struct tag keys;
see the associated [before](shorten/testdata/struct_tags/struct_tags.go)
and [after](shorten/testdata/struct_tags/struct_tags.go.golden)
Expand Down
Loading