Create main.go

This commit is contained in:
2017-06-22 11:22:19 +08:00
committed by GitHub
parent 1b4fd100fd
commit f717d90af1
+8
View File
@@ -0,0 +1,8 @@
package main
import (
"fmt"
)
func main(){
fmt.Println("go-utils")
}