| segmentio/golines#135 | broken image in readme | bug | already fixed | documentation |
| segmentio/golines#119 | README badges are busted | bug | already fixed | documentation |
| segmentio/golines#110 | line break between /* … */ comments and package statement removed | bug | already fixed | insidedave/dst |
| segmentio/golines#65 | Formatting body of case in switch statement does not work | bug/enhancement | already fixed | function paramaters format |
| segmentio/golines#161 | bug: do not format escaped quotes as indefault:"[\"a\"]" | bug | fixed (fork) | struct tags excaped chars |
| segmentio/golines#160 | Golines does not write a file on Macos 15.3.1 go version 1.24.0 | bug | fixed (fork) | command line (-w -l) + diff |
| segmentio/golines#150 | Runninggolines -w * errors when it encounters go.mod | bug | fixed (fork) | missing filter on.go files |
| segmentio/golines#142 | bug: raw literal with backslashes becomes "unescaped" | bug | fixed (fork) | struct tags excaped chars |
| segmentio/golines#134 | golines may output invalid code when \n is present in a struct tag. | bug | fixed (fork) | struct tags excaped chars |
| segmentio/golines#109 | Remove tags with the same key | bug | fixed (fork) | struct tags duplicated keys |
| segmentio/golines#108 | Tag alignment/width doesn't respect comments | bug | fixed (fork) | struct tags blocks |
| segmentio/golines#92 | Backslashes being removed from struct tag | bug | fixed (fork) | struct tags excaped chars |
| segmentio/golines#37 | Assumption about struct tag keys uniqueness could break code | bug | fixed (fork) | struct tags duplicated keys |
| segmentio/golines#21 | Flag option –write-output (-w) does nothing | bug | fixed (fork) | command line (-w -l) |
| segmentio/golines#139 | It doesn't work for "if with a statement" | bug/enhancement | fixed (fork) | ifStmt with Init |
| segmentio/golines#67 | Any plans on adding a --lint flag | enhancement | fixed (fork) | golines as lib |
| segmentio/golines#34 | Plans to provide this utility as a library to be used within other projects | enhancement | fixed (fork) | golines as lib |
| segmentio/golines#155 | golines is very slow when using goimports as a base formatter (in a zsh shell) | performance | fixed (fork) | |
| segmentio/golines#157 | Is there any way to exclude a specific file or specific parts of a file? | question/bug | fixed (fork) | struct tags excaped chars |
| segmentio/golines#128 | golines does not shorten index expressions in declarations | bug/enhancement | PR | function paramaters format |
| segmentio/golines#153 | bug: It constantly breaks formatting in these two exact cases ingorm ... comment | ? | | only a screenshot |
| segmentio/golines#99 | Panic if file is missingpackage declaration | bug (upstream) | | insidedave/dst |
| segmentio/golines#66 | Do not shorten output comments that are in Godoc examples | bug/enhancement | | format xxxExample output |
| segmentio/golines#168 | If lines longer than 120 and contain plus then put on next lines when 'golines . -w' is issued | enhancement | | string concatenation format |
| segmentio/golines#159 | Long list of switch/case options: Split to block (not each on new line). | enhancement | | switch case format |
| segmentio/golines#145 | Should function signature formatting be applied to this? | enhancement | | function paramaters format |
| segmentio/golines#131 | Struct literals are not broken down if there are already line breaks | enhancement | | struct fields format |
| segmentio/golines#126 | Long lines in interfaces inside structs are not broken down | enhancement | | function paramaters format |
| segmentio/golines#104 | Wrap math expressions | enhancement | | string concatenation format |
| segmentio/golines#94 | Not shortening long type definitions | enhancement | | function paramaters format |
| segmentio/golines#90 | Do not move all parameters to individual lines | enhancement | | function paramaters format |
| segmentio/golines#74 | Wrap long receivers and return types | enhancement | | function paramaters format |
| segmentio/golines#49 | packing function call lines | enhancement | | function paramaters format |
| segmentio/golines#106 | Extremely slow golines formatting for specific function | not reproducible | | |
| segmentio/golines#120 | Sign macOS binaries | proposal | | ? |
| segmentio/golines#164 | Breaking short chained methods | proposal | | methods chaining format |
| segmentio/golines#151 | Add option to ignore lines before indent change | proposal | | |
| segmentio/golines#138 | Use .editorconfig file to set line length | proposal | | |
| segmentio/golines#91 | Improve ignore capabilities | proposal | | |
| segmentio/golines#45 | block section from formatting | proposal | | |
| segmentio/golines#39 | Add support for formatting specific line number(s) | proposal | | |
| segmentio/golines#17 | Split long strings | proposal | | |
| segmentio/golines#162 | gopls setup | question | | |
| segmentio/golines#141 | Is it possible to support passing part of the code through stdin? | question | | |
| segmentio/golines#140 | What is thegenerate binary for | question | | |
| segmentio/golines#124 | Support formatting from stdin so golines can be used directly with VS Code's Go extension | question | | stdin |
| segmentio/golines#123 | golines format code that does not need to be shortened | question | | |
| segmentio/golines#115 | Unnecessary addition of import logger when symbol exists within a package. | question | | |
| segmentio/golines#100 | The gofumpt formatter doesn't seem to work as a base formatter | question | | |
| segmentio/golines#93 | golines breaks lines with //nolint | question | | |
| segmentio/golines#83 | go install: cannot install cross-compiled binaries when GOBIN is set | question | | |
| segmentio/golines#25 | keep blank line. | question | | |
| segmentio/golines#125 | shorten comments not workring correctly | question/proposal | | |
| segmentio/golines#98 | Tool does not un-format lines that fit within one line | question/proposal | | |
| segmentio/golines#70 | Unwrap lines when wrapping isn't needed | question/proposal | | |
| segmentio/golines#48 | Tag alignment issue | question/proposal | | one struct tag format |