Changing back cli import in app_test.go
This commit is contained in:
parent
3c4b583fee
commit
ba22f2189a
@ -5,7 +5,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/imdario/cli"
|
"github.com/codegangsta/cli"
|
||||||
)
|
)
|
||||||
|
|
||||||
func ExampleApp() {
|
func ExampleApp() {
|
||||||
|
Loading…
Reference in New Issue
Block a user