Documentation ¶ Index ¶ func ConsumeCString(data []byte) ([]byte, []byte) func ConsumeString(data []byte, delim byte) ([]byte, []byte) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ConsumeCString ¶ func ConsumeCString(data []byte) ([]byte, []byte) ConsumeCString scans a slice of bytes for null-terminated strings Otherwise, the behavior is the same as ConsumeString func ConsumeString ¶ func ConsumeString(data []byte, delim byte) ([]byte, []byte) ConsumeString scans a slice of bytes for delimiter-terminated strings. Returns a subslice representing the first found string, and another subslice with the remaining bytes in it, excluding the delimiter Types ¶ This section is empty. Source Files ¶ View all Source files binutils.go Click to show internal directories. Click to hide internal directories.