Skip to content

Commit

Permalink
Format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
spy16 committed Feb 1, 2019
1 parent 875c0a4 commit 6255c42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion internal/etcd/routeloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ import (
"context"
"encoding/json"
"errors"
"github.com/gojektech/weaver/internal/server"
"reflect"
"testing"
"time"

"github.com/gojektech/weaver/internal/server"

etcd "github.com/coreos/etcd/client"
"github.com/gojektech/weaver/internal/config"
"github.com/gojektech/weaver/pkg/logger"
Expand Down
11 changes: 6 additions & 5 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ package main
import (
"context"
"fmt"
"log"
"os"
"os/signal"
"syscall"
"time"

raven "github.com/getsentry/raven-go"
"github.com/gojektech/weaver/internal/config"
"github.com/gojektech/weaver/internal/etcd"
"github.com/gojektech/weaver/internal/server"
"github.com/gojektech/weaver/pkg/instrumentation"
"github.com/gojektech/weaver/pkg/logger"
cli "gopkg.in/urfave/cli.v1"
"log"
"os"
"os/signal"
"syscall"
"time"
)

func main() {
Expand Down

0 comments on commit 6255c42

Please sign in to comment.