update main.go

master
ehlxr 2017-06-22 11:24:23 +08:00
parent f717d90af1
commit 09d2fb4964
1 changed files with 4 additions and 3 deletions

View File

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