Documentation
¶
Overview ¶
Sample Go repository for trying out any module related tech
Deprecated: Use greet instead.
Index ¶
- func Fhelloln(w io.Writer, user string)deprecated
- func Helloln(user string)deprecated
- func Shello(user string) stringdeprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fhelloln
deprecated
added in
v0.5.0
Fhelloln formats and prints a greeting string to given writer. See fmt.Fprintln.
Deprecated: Use greet.Fhelloln instead.
func Helloln
deprecated
added in
v0.8.0
func Helloln(user string)
Helloln writes formatted greeting and a newline to os.Stdout.
Deprecated: Use greet.Helloln instead.
func Shello
deprecated
added in
v0.6.0
Return a formatted greeting string to given user. User may be any string including empty string.
Deprecated: Use greet.Shello instead.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.