Compare commits
No commits in common. "d42d0c5b34e3d470073ab42c49f821e7d5d9900d" and "abc6e44fb223241e23e321e54534dd98c8f74bfd" have entirely different histories.
d42d0c5b34
...
abc6e44fb2
@ -1,8 +1,7 @@
|
|||||||
package infoerr
|
package file
|
||||||
|
|
||||||
import "os"
|
import "os"
|
||||||
import "fmt"
|
import "fmt"
|
||||||
import "git.tebibyte.media/sashakoshka/arf/file"
|
|
||||||
|
|
||||||
type ErrorKind int
|
type ErrorKind int
|
||||||
|
|
||||||