Skip to content

Commit

Permalink
来了来了
Browse files Browse the repository at this point in the history
  • Loading branch information
luhengchang.1 committed Oct 27, 2022
1 parent de49bb2 commit 2d2125f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package test

import "fmt"

// Hello returns a greeting for the named person.
func Hello(name string) string {
// Return a greeting that embeds the name in a message.
message := fmt.Sprintf("Hi, %v. Welcome!", name)
return message
}

0 comments on commit 2d2125f

Please sign in to comment.