diff options
| author | 2026-03-06 16:47:04 +0800 | |
|---|---|---|
| committer | 2026-03-06 16:47:04 +0800 | |
| commit | e69174c0f4b8771509a8ac8f55d0cfebe81300c1 (patch) | |
| tree | 114d0b83ac074d38ad64c7d9a1e7f0da75e18b32 /format/pktline/encode_length_header_test.go | |
| parent | format/sideband64k: Lint (diff) | |
| signature | No signature | |
format/pktline: Format
Diffstat (limited to 'format/pktline/encode_length_header_test.go')
| -rw-r--r-- | format/pktline/encode_length_header_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/format/pktline/encode_length_header_test.go b/format/pktline/encode_length_header_test.go index 9160e22d..ec9a9c9b 100644 --- a/format/pktline/encode_length_header_test.go +++ b/format/pktline/encode_length_header_test.go @@ -3,6 +3,7 @@ package pktline_test import ( "errors" "testing" + "codeberg.org/lindenii/furgit/format/pktline" ) @@ -25,4 +26,3 @@ func TestEncodeLengthHeader(t *testing.T) { t.Fatalf("got err %v, want ErrInvalidLength", err) } } - |
