mirror of
https://github.com/soypat/lneto.git
synced 2026-08-21 23:19:03 +00:00
gofmt: ran gofmt because noticed weird diffs in last commit, seemed OK though
This commit is contained in:
+1
-1
@@ -369,4 +369,4 @@ func getSrcIPPort(ipCarrier []byte) (srcaddr []byte, port uint16, err error) {
|
||||
}
|
||||
port = binary.BigEndian.Uint16(ipCarrier[off:]) // TCP and UDP share same port offsets.
|
||||
return srcaddr, port, nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user