Skip to content

Commit

Permalink
Merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Eroui committed Apr 4, 2020
1 parent b9af029 commit 827b6e6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions commands/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ import (
"bytes"
"errors"
"fmt"
<<<<<<< HEAD
"github.com/chermehdi/egor/config"
"github.com/chermehdi/skimo/skimo"
"github.com/fatih/color"
"github.com/jedib0t/go-pretty/table"
=======
>>>>>>> 79615ff894b1bfca7f91ab4ff44e7b6c5f628e54
"io/ioutil"
"os"
"os/exec"
Expand All @@ -19,6 +12,11 @@ import (
"strings"
"time"

"github.com/chermehdi/egor/config"
"github.com/chermehdi/skimo/skimo"
"github.com/fatih/color"
"github.com/jedib0t/go-pretty/table"

"github.com/chermehdi/egor/config"
"github.com/fatih/color"
"github.com/jedib0t/go-pretty/table"
Expand Down

0 comments on commit 827b6e6

Please sign in to comment.