Files
scrutiny/vendor/howett.net/plist/zerocopy_appengine.go
T
2020-08-21 06:31:48 +00:00

8 lines
136 B
Go

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