mirror of
https://github.com/restic/rest-server.git
synced 2025-12-06 17:15:45 -08:00
fixed the code style with goimports
This commit is contained in:
20
mux.go
20
mux.go
@@ -14,17 +14,17 @@ import (
|
||||
|
||||
// Config struct holds program configuration.
|
||||
var Config = struct {
|
||||
Path string
|
||||
Listen string
|
||||
Log string
|
||||
CPUProfile string
|
||||
TLSKey string
|
||||
TLSCert string
|
||||
TLS bool
|
||||
AppendOnly bool
|
||||
Path string
|
||||
Listen string
|
||||
Log string
|
||||
CPUProfile string
|
||||
TLS bool
|
||||
TLSKey string
|
||||
TLSCert string
|
||||
AppendOnly bool
|
||||
PrivateRepos bool
|
||||
Prometheus bool
|
||||
Debug bool
|
||||
Prometheus bool
|
||||
Debug bool
|
||||
}{
|
||||
Path: "/tmp/restic",
|
||||
Listen: ":8000",
|
||||
|
||||
Reference in New Issue
Block a user