go run hello-world.go
go build hello-world.go
go fmt hello-world.go
go vet hello-world.go
fmt.Printf("hello world, %s\n")
a := 7