gofmt (1) Linux Manual Page
gofmt – format Go programs Synopsisgofmt [flags] [path …] DescriptionGofmt formats Go programs. It uses tabs for indentation and blanks for alignment. Alignment assumes that an editor is using a fixed-width font. Without an explicit path, it processes the standard input. Given a file, it operates on that file; given a directory, it operates on…
