gos7 icon indicating copy to clipboard operation
gos7 copied to clipboard

Variables are redundant.

Open j1362212330 opened this issue 4 years ago • 0 comments

func (mb *client) readArea(area int, dbNumber int, start int, amount int, wordLen int, buffer []byte) (err error) { 。。。 var response *ProtocolDataUnit response, sendError := mb.send(&request) err = sendError 。。。 }

j1362212330 avatar Jul 26 '20 09:07 j1362212330