blob: dbd9a1acfd030639f5f1f1c67614ed461757ff72 [file] [log] [blame]
// +build appengine
package plist
func zeroCopy8BitString(buf []byte, off int, len int) string {
return string(buf[off : off+len])
}