safe.go (141B)
1 // +build appengine 2 3 package internal 4 5 func String(b []byte) string { 6 return string(b) 7 } 8 9 func Bytes(s string) []byte { 10 return []byte(s) 11 }
gtsocial-umbxUnnamed repository; edit this file 'description' to name the repository. | |
Log | Files | Refs | README | LICENSE |