grrrr
This commit is contained in:
parent
aff3757618
commit
cc8322f221
9 changed files with 136 additions and 38 deletions
|
|
@ -4,6 +4,6 @@ func Ender() string {
|
|||
return string(rune(0))
|
||||
}
|
||||
|
||||
func ByteWithEnd(str string) []byte {
|
||||
func StringToByteWithEnd(str string) []byte {
|
||||
return append([]byte(str), byte(0))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue