Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Issue4449Sample1 ¶
func Issue4449Sample1()
This is sample godoc documentation with indented (by one tab) partial Go code, including a raw string literal.
if err != nil { source := strings.NewReader(`line 1. line 2. `) return source }
func Issue4449Sample2 ¶
func Issue4449Sample2()
This is sample godoc documentation with indented (by one tab) partial Go code, including a raw string literal.
if err != nil { source := strings.NewReader(`line 1.
`)
return source }
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.