mirror of
https://github.com/restic/restic.git
synced 2025-05-03 23:10:47 +00:00
Fix import ordering.
This commit is contained in:
parent
db8daeb192
commit
1daf5317f8
@ -6,6 +6,7 @@ import (
|
||||
"fmt"
|
||||
"io"
|
||||
"os"
|
||||
"os/exec"
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
"strconv"
|
||||
@ -38,8 +39,6 @@ import (
|
||||
|
||||
"github.com/restic/restic/internal/errors"
|
||||
|
||||
"os/exec"
|
||||
|
||||
"golang.org/x/term"
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
package restic
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"os"
|
||||
@ -13,8 +14,6 @@ import (
|
||||
|
||||
"github.com/restic/restic/internal/errors"
|
||||
|
||||
"bytes"
|
||||
|
||||
"github.com/restic/restic/internal/debug"
|
||||
)
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
package restic
|
||||
|
||||
import (
|
||||
rtest "github.com/restic/restic/internal/test"
|
||||
"testing"
|
||||
|
||||
rtest "github.com/restic/restic/internal/test"
|
||||
)
|
||||
|
||||
func TestTagLists_Flatten(t *testing.T) {
|
||||
|
@ -4,7 +4,6 @@ import (
|
||||
"bytes"
|
||||
"io"
|
||||
"strings"
|
||||
|
||||
"text/template"
|
||||
|
||||
"github.com/restic/restic/internal/ui"
|
||||
|
Loading…
x
Reference in New Issue
Block a user