mirror of
https://github.com/restic/restic.git
synced 2025-11-16 20:23:17 +00:00
Run goimports
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
package sftp
|
||||
|
||||
import (
|
||||
"restic/errors"
|
||||
"unicode"
|
||||
|
||||
"github.com/restic/restic/internal/errors"
|
||||
)
|
||||
|
||||
// shellSplitter splits a command string into separater arguments. It supports
|
||||
|
||||
Reference in New Issue
Block a user