Documentation ¶ Index ¶ func ScanPairs(data []byte, atEOF bool) (int, []byte, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ScanPairs ¶ func ScanPairs(data []byte, atEOF bool) (int, []byte, error) ScanPairs is a modified version of bufio.ScanWords to support space delimited key-value pairs where the values are double-quoted and may include whitespaces. Like: 'FOO1="FOO" FOO2="BAR BAZ"'. Types ¶ This section is empty. Source Files ¶ View all Source files scan.go Click to show internal directories. Click to hide internal directories.