mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-13 05:38:14 +00:00
Update to last common bleve (#3986)
This commit is contained in:

committed by
Lunny Xiao

parent
1b7cd3d0b0
commit
917b9641ec
15
vendor/github.com/tinylib/msgp/msgp/purego.go
generated
vendored
Normal file
15
vendor/github.com/tinylib/msgp/msgp/purego.go
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// +build purego appengine
|
||||
|
||||
package msgp
|
||||
|
||||
// let's just assume appengine
|
||||
// uses 64-bit hardware...
|
||||
const smallint = false
|
||||
|
||||
func UnsafeString(b []byte) string {
|
||||
return string(b)
|
||||
}
|
||||
|
||||
func UnsafeBytes(s string) []byte {
|
||||
return []byte(s)
|
||||
}
|
Reference in New Issue
Block a user