diff options
Diffstat (limited to 'network/protocol/pktline/encoder.go')
| -rw-r--r-- | network/protocol/pktline/encoder.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/protocol/pktline/encoder.go b/network/protocol/pktline/encoder.go index a7b17108..fb12ecf6 100644 --- a/network/protocol/pktline/encoder.go +++ b/network/protocol/pktline/encoder.go @@ -4,7 +4,7 @@ import ( "fmt" "io" - "codeberg.org/lindenii/furgit/common/iowrap" + "lindenii.org/go/furgit/common/iowrap" ) // Encoder writes pkt-line frames to a flush-capable output transport. |
