Fixed import paths

This commit is contained in:
2022-08-30 01:11:10 -04:00
parent 06a99ce232
commit 65c213f1f3
21 changed files with 44 additions and 44 deletions

View File

@@ -2,7 +2,7 @@ package infoerr
import "os"
import "fmt"
import "git.tebibyte.media/sashakoshka/arf/file"
import "git.tebibyte.media/arf/arf/file"
type ErrorKind int