mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Fix import
This commit is contained in:
parent
53fde29e1a
commit
61febeb2d8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ package container
|
|||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/Safing/safing-core/formats/varint"
|
||||
"github.com/Safing/portbase/formats/varint"
|
||||
)
|
||||
|
||||
// Container is []byte sclie on steroids, allowing for quick data appending, prepending and fetching as well as transparent error transportation. (Error transportation requires use of varints for data)
|
||||
|
|
Loading…
Add table
Reference in a new issue