[]byte.str2() => bytestr()

pull/6084/head
Alexander Medvednikov 2020-08-09 04:22:42 +02:00
parent 94f4dfe85b
commit 200f8dacb7
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ pub fn (b []byte) clone() []byte {
return res
}
pub fn (b []byte) str2() string {
pub fn (b []byte) bytestr() string {
return bytes2string(b)
}