golines

Go formatter that automatically fixes long lines by breaking them intelligently

brewmacoslinux
Try with needOr install directly
Source

About

Golang formatter that fixes long lines

Commands

golines

Examples

Format a single Go file and print to stdout$ golines myfile.go
Format a file in-place with max line length of 100 characters$ golines -w -m 100 myfile.go
Format all Go files in current directory recursively$ golines -w ./...