Create main.go

master
R&T 2017-06-22 11:22:19 +08:00 committed by GitHub
parent 1b4fd100fd
commit f717d90af1
1 changed files with 8 additions and 0 deletions

8
main.go Normal file
View File

@ -0,0 +1,8 @@
package main
import (
"fmt"
)
func main(){
fmt.Println("go-utils")
}