Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByteSlicePrintf ¶ added in v0.3.0
Performs the fmt.Printf equivalent for byte arrays, without converting the slices to string at any time. Usage example: key := []byte{'k', 'e', 'y'} value := []byte{'v', 'a', 'l', 'u', 'e'} utils.ByteSlicePrintf(`%v: %v`, "%v", key, value)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.