Skip to content

Commit

Permalink
upgraded SayHello to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
donvito committed Oct 7, 2018
1 parent 6ae9608 commit 7717e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hellomod.go
Expand Up @@ -6,5 +6,5 @@ import (

//SayHello function
func SayHello() {
fmt.Println("Hello World")
fmt.Println("Hello World v1.0.1!!!")
}

0 comments on commit 7717e64

Please sign in to comment.