Sample go project
This commit is contained in:
parent
52559a3072
commit
de293b5f37
5 changed files with 38 additions and 1 deletions
5
internal/greet/greet.go
Normal file
5
internal/greet/greet.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package greet
|
||||
|
||||
func Hello(name string) string {
|
||||
return "Hello, " + name + "!"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue