aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/github.com/allegro/bigcache/bytes_appengine.go
blob: 3892f3b54f3dfd410e7db145f65293db03733372 (plain) (tree)
1
2
3
4
5
6
7






                                     
// +build appengine

package bigcache

func bytesToString(b []byte) string {
    return string(b)
}