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

10 lines
123 B
Go
Raw Normal View History

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