rabin 7 years ago
parent
commit
7d6e6406ae
1 changed files with 1 additions and 2 deletions
  1. 1 2
      container/src/golang/hello.go

+ 1 - 2
container/src/golang/hello.go

@@ -1,7 +1,6 @@
 package main
 import "fmt"
 
-func main()
-{  
+func main() {  
 	fmt.Printf("hello, world\n")
 }