atom-beautify/examples/simple-jsbeautifyrc/go/original/test.go

10 lines
150 B
Go

package main
import "fmt"
func main() {
// Why so much white space?
fmt.Println( "This is a poorly formatted file!" )
}