gofmt cmd/

This commit is contained in:
Christian Schwarz 2018-08-29 14:54:29 +02:00
parent c69ebd3806
commit fb0a8d8b40
7 changed files with 7 additions and 7 deletions

View File

@ -9,8 +9,8 @@ import (
"github.com/pkg/errors"
"github.com/problame/go-netssh"
"github.com/problame/go-streamrpc"
"github.com/zrepl/zrepl/config"
"github.com/zrepl/zrepl/cmd/tlsconf"
"github.com/zrepl/zrepl/config"
"time"
)

View File

@ -5,8 +5,8 @@ import (
"crypto/x509"
"github.com/mattn/go-isatty"
"github.com/pkg/errors"
"github.com/zrepl/zrepl/config"
"github.com/zrepl/zrepl/cmd/tlsconf"
"github.com/zrepl/zrepl/config"
"github.com/zrepl/zrepl/logger"
"os"
)

View File

@ -8,8 +8,8 @@ import (
"github.com/mitchellh/mapstructure"
"github.com/pkg/errors"
"github.com/problame/go-streamrpc"
"github.com/zrepl/zrepl/config"
"github.com/zrepl/zrepl/cmd/pruning/retentiongrid"
"github.com/zrepl/zrepl/config"
"os"
)

View File

@ -2,8 +2,8 @@ package cmd
import (
"github.com/problame/go-netssh"
"github.com/zrepl/zrepl/config"
"github.com/zrepl/zrepl/cmd/helpers"
"github.com/zrepl/zrepl/config"
"net"
"path"
)

View File

@ -2,8 +2,8 @@ package cmd
import (
"github.com/zrepl/zrepl/config"
"time"
"net"
"time"
)
type TCPListenerFactory struct {

View File

@ -8,8 +8,8 @@ import (
"github.com/mitchellh/mapstructure"
"github.com/pkg/errors"
"github.com/zrepl/zrepl/config"
"github.com/zrepl/zrepl/cmd/tlsconf"
"github.com/zrepl/zrepl/config"
)
type TCPListenerFactory struct {

View File

@ -4,9 +4,9 @@ import (
"context"
"fmt"
"github.com/spf13/cobra"
"github.com/zrepl/zrepl/config"
"github.com/zrepl/zrepl/cmd/daemon"
"github.com/zrepl/zrepl/cmd/daemon/job"
"github.com/zrepl/zrepl/config"
"github.com/zrepl/zrepl/logger"
"os"
"os/signal"