🎉 Initial commit
This commit is contained in:
7
greetservice.go
Normal file
7
greetservice.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
type GreetService struct{}
|
||||
|
||||
func (g *GreetService) Greet(name string) string {
|
||||
return "Hello " + name + "!"
|
||||
}
|
Reference in New Issue
Block a user