mirror of
https://github.com/restic/restic.git
synced 2025-03-16 00:00:05 +01:00
added ioutil import
This commit is contained in:
parent
c3cc69b866
commit
8123290eb6
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
"syscall"
|
||||
"io/ioutil"
|
||||
)
|
||||
|
||||
func (e *dirEntry) equals(other *dirEntry) bool {
|
||||
|
|
|
@ -5,6 +5,7 @@ package main
|
|||
import (
|
||||
"fmt"
|
||||
"os"
|
||||
"io/ioutil"
|
||||
)
|
||||
|
||||
func (e *dirEntry) equals(other *dirEntry) bool {
|
||||
|
|
Loading…
Add table
Reference in a new issue