mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:27:46 +00:00
Run goimports
This commit is contained in:
@@ -2,11 +2,12 @@ package options
|
||||
|
||||
import (
|
||||
"reflect"
|
||||
"restic/errors"
|
||||
"sort"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/restic/restic/internal/errors"
|
||||
)
|
||||
|
||||
// Options holds options in the form key=value.
|
||||
|
Reference in New Issue
Block a user