Go formatter that automatically fixes long lines by breaking them intelligently
Golang formatter that fixes long lines
golines
$ golines myfile.go
$ golines -w -m 100 myfile.go
$ golines -w ./...