radian-software / apheleia

🌷 Run code formatter on buffer contents without moving point, using RCS patches and dynamic programming.
MIT License
523 stars 74 forks source link

Remove go-mod-ts-mode from apheleia-mode-alist #214

Closed akurth closed 10 months ago

akurth commented 10 months ago

go-mod-ts-mode is used with go.mod files. These cannot be formatted with gofmt; attempting to do so will lead to an error anyway. Note that also the goimports tool won’t work with go.mod files.