incu6us / goimports-reviser

Right imports sorting & code formatting tool (goimports alternative)
MIT License
611 stars 72 forks source link

Reading from stdin is broken #94

Closed fgblomqvist closed 1 year ago

fgblomqvist commented 2 years ago

Running

cat client.go | goimports-reviser -rm-unused -format -output stdout

yields

2022/11/22 10:25:35 open /my/cool/service/<standard-input>: no such file or directory
devenami commented 2 years ago

Current only support file, not file content.

incu6us commented 1 year ago

fixed in v3.5.6