File: bytes_appengine.go

package info (click to toggle)
golang-github-allegro-bigcache 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 380 kB
  • sloc: makefile: 6
file content (7 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
// +build appengine

package bigcache

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