Open zyxkad opened 5 months ago
I was confused of the return error when I did buf := make([]byte, 0, 1024) :/
buf := make([]byte, 0, 1024)
I was confused of the return error when I did
buf := make([]byte, 0, 1024)
:/