mirror of
https://github.com/FiloSottile/mkcert.git
synced 2025-10-14 00:41:40 +08:00
Import howett.net/plist by its correct name
Also bumping the version to one with a go.mod.
This commit is contained in:
7
vendor/howett.net/plist/zerocopy_appengine.go
generated
vendored
Normal file
7
vendor/howett.net/plist/zerocopy_appengine.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build appengine
|
||||
|
||||
package plist
|
||||
|
||||
func zeroCopy8BitString(buf []byte, off int, len int) string {
|
||||
return string(buf[off : off+len])
|
||||
}
|
Reference in New Issue
Block a user