Skip to content

Commit

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

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

// NewSayHello function
func NewSayHello() {
fmt.Println("New Hellomod world!!! Version v0.8.0")
fmt.Println("New Hellomod world!!! Version v0.8.1 **bugfix**")
}

0 comments on commit 5cd58ed

Please sign in to comment.