xiaoa7

Results 1 issues of xiaoa7

The variable CRC needs to be initialized // func Crc16(bs []byte) (crc uint16) { //init crc crc = 0xffff l := len(bs) for i := 0; i < l; i++...