Documentation ¶
Index ¶
- func ExampleA()
- func ExampleB()
- func Fprint(w io.Writer, a ...interface{}) (n int, err error)
- func NewRequest(method, url string, body io.Reader) (*http.Request, error)
- func TimeStampWriterV1(writer io.Writer, message string)
- func TimeStampWriterV2(writer io.Writer, message string) error
- func TimeStampWriterV3(writer io.Writer, message string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fprint ¶
Fprint formats using the default formats for its operands and writes to w. It returns the number of bytes written and any write error encountered.
func TimeStampWriterV1 ¶
TimeStampWriterV1 will output the supplied message to writer preceded with a timestamp
func TimeStampWriterV2 ¶
TimeStampWriterV2 will output the supplied message to writer preceded with a timestamp
func TimeStampWriterV3 ¶
TimeStampWriterV3 will output the supplied message to writer preceded with a timestamp
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.