mirror of
https://github.com/restic/rest-server.git
synced 2025-12-07 09:36:13 -08:00
fixed the code style with goimports
This commit is contained in:
@@ -2,14 +2,15 @@ package main
|
||||
|
||||
import (
|
||||
"errors"
|
||||
restserver "github.com/restic/rest-server"
|
||||
"github.com/spf13/cobra"
|
||||
"log"
|
||||
"net/http"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
"runtime/pprof"
|
||||
|
||||
restserver "github.com/restic/rest-server"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
// cmdRoot is the base command when no other command has been specified.
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
restserver "github.com/restic/rest-server"
|
||||
"testing"
|
||||
|
||||
restserver "github.com/restic/rest-server"
|
||||
)
|
||||
|
||||
func TestTLSSettings(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user