Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
guzmanthegood committed Mar 12, 2019
1 parent 513945d commit ef5a5a6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hello.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ import "fmt"

// SayHello say hello to the world
func SayHello() {
fmt.Println("Hellomod world! Version v0.5.0")
fmt.Println("Hellomod world! Version v0.8.0")
}

func NewSayHello() {
fmt.Println("New Hellomod world!!! Version v0.8.0")
}

0 comments on commit ef5a5a6

Please sign in to comment.