Is it possible to factor using/writing with a bufio.Writer?

前端 未结 0 1746
孤城傲影
孤城傲影 2021-01-03 02:55

Either I have to write an int16 like this:

delay :=  uint16(200)
buf = new(bytes.Buffer)
err = binary.Write(buf, encoding, delay)
if err != nil {
    panic(fm         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题