We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d6167 commit 8fd09d3Copy full SHA for 8fd09d3
README.md
@@ -115,6 +115,10 @@ The original behavior can be used by running the tool with the
115
116
### Struct tag reformatting
117
118
+> [!IMPORTANT]
119
+> This option is deprecated and will be potentially removed in a future version.
120
+> See [this issue](https://github.com/segmentio/golines/issues/176) and [this issue](https://github.com/golang/go/issues/16918) for more details.
121
+
122
In addition to shortening long lines, the tool also aligns struct tag keys;
123
see the associated [before](shorten/testdata/struct_tags/struct_tags.go)
124
and [after](shorten/testdata/struct_tags/struct_tags.go.golden)
0 commit comments