fix windows build

pull/1524/head^2
Darien Raymond 2018-07-25 11:51:42 +02:00
parent f4bbc91e49
commit 20a08111ff
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ import (
var useReadv = false
func NewReadVReader(reader io.Reader, rawConn syscall.RawConn) *ReadVReader {
func NewReadVReader(reader io.Reader, rawConn syscall.RawConn) Reader {
return nil
}