diff options
Diffstat (limited to 'network/protocol/sideband64k/decoder_partial_read_test.go')
| -rw-r--r-- | network/protocol/sideband64k/decoder_partial_read_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/protocol/sideband64k/decoder_partial_read_test.go b/network/protocol/sideband64k/decoder_partial_read_test.go index 3f103787..fe2e2fc1 100644 --- a/network/protocol/sideband64k/decoder_partial_read_test.go +++ b/network/protocol/sideband64k/decoder_partial_read_test.go @@ -3,7 +3,7 @@ package sideband64k_test import ( "testing" - "codeberg.org/lindenii/furgit/network/protocol/sideband64k" + "lindenii.org/go/furgit/network/protocol/sideband64k" ) func TestDecoderHandlesPartialReads(t *testing.T) { |
