Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HelloWorld ¶
type HelloWorld struct {
Greeted int
}
func NewHelloWorld ¶
func NewHelloWorld() *HelloWorld
func (*HelloWorld) Greet ¶
func (hw *HelloWorld) Greet(name string) string
Click to show internal directories.
Click to hide internal directories.