Documentation
¶
Index ¶
- func StrcatByteSlice(id int, name string, t time.Time) string
- func StrcatBytesBuffer(id int, name string, t time.Time) string
- func StrcatSlicePreallocated(id int, name string, t time.Time) string
- func StrcatSprintf(id int, name string, t time.Time) string
- func StrcatStrAppend(id int, name string, t time.Time) string
- func StrcatStrBuilder(id int, name string, t time.Time) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StrcatByteSlice ¶
StrcatByteSlice uses a slice of bytes initially empty
func StrcatBytesBuffer ¶
StrcatBytesBuffer uses a bytes.Buffer
func StrcatSlicePreallocated ¶
StrcatSlicePreallocated uses a slice of bytes with a starting capacity of 64 bytes
func StrcatSprintf ¶
StrcatSprintf uses fmt.Sprintf
func StrcatStrAppend ¶
StrcatStrAppend uses the + operator to append the string pieces
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.