Skip to content

Commit

Permalink
Add conlfict and color to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mkchoi212 committed Jan 1, 2018
1 parent b11a1b9 commit 97cd90d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions layout.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
package main

import (
"bytes"
"fmt"

"github.com/jroimartin/gocui"
"github.com/mkchoi212/fac/color"
"github.com/mkchoi212/fac/conflict"
)

const (
Expand Down

0 comments on commit 97cd90d

Please sign in to comment.