Skip to content

Commit

Permalink
My golang learn project
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrwenshuai committed Jan 24, 2018
0 parents commit ad29c04
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Hello.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package main

import "fmt"


func main(){
fmt.Println("this is frist go test sentence ")
tests()
}
Empty file added LICENSE
Empty file.
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This Is My Golang Learn Project.
Binary file added debug
Binary file not shown.
7 changes: 7 additions & 0 deletions onlyfortest.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "fmt"

func tests(){
fmt.Println("go lang is coolllll ")
}

0 comments on commit ad29c04

Please sign in to comment.