diff options
| author | 2026-03-06 16:46:51 +0800 | |
|---|---|---|
| committer | 2026-03-06 16:46:51 +0800 | |
| commit | 9e44418ce9d88f4159067b1ce2c808cb93e29c38 (patch) | |
| tree | 4ff99e20df4ec1c6ddb8508202fcb28aa42551eb /format/sideband64k/encoder.go | |
| parent | format/sideband64k: Add side-band-64k (diff) | |
| signature | No signature | |
format/sideband64k: Lint
Diffstat (limited to 'format/sideband64k/encoder.go')
| -rw-r--r-- | format/sideband64k/encoder.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/format/sideband64k/encoder.go b/format/sideband64k/encoder.go index 56854abf..4205d461 100644 --- a/format/sideband64k/encoder.go +++ b/format/sideband64k/encoder.go @@ -28,6 +28,7 @@ func NewEncoder(w pktline.WriteFlusher) *Encoder { func (e *Encoder) SetMaxData(n int) { if n <= 0 { e.maxData = DataMax + return } |
