mirror of
https://github.com/restic/restic.git
synced 2026-08-17 11:03:18 +00:00
Run goimports
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
package fuse
|
||||
|
||||
import (
|
||||
"restic/errors"
|
||||
"github.com/restic/restic/internal/errors"
|
||||
|
||||
"restic"
|
||||
"restic/debug"
|
||||
"github.com/restic/restic/internal"
|
||||
"github.com/restic/restic/internal/debug"
|
||||
|
||||
"bazil.org/fuse"
|
||||
"bazil.org/fuse/fs"
|
||||
|
||||
Reference in New Issue
Block a user