Skip to content

Commit

Permalink
goimports reformatted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Vasilev committed Aug 1, 2017
1 parent a52d47d commit 8efc4fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package main

import (
log "github.com/Sirupsen/logrus"
"github.com/jessevdk/go-flags"
"fmt"
"os"
"os/signal"
"syscall"

log "github.com/Sirupsen/logrus"
"github.com/jessevdk/go-flags"
)

type Options struct {
Expand Down

0 comments on commit 8efc4fc

Please sign in to comment.