Skip to content

Commit

Permalink
Switch back to old import path
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Jul 16, 2019
1 parent c2a3a19 commit e981d95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ support to it. Some strong defaults are provided as well.
Install the package with:

```shell
go get github.com/saschagrunert/ccli/pkg
go get github.com/saschagrunert/ccli
```

Afterwards it can be used like the `cli` package:
Expand All @@ -27,7 +27,7 @@ import (
"os"
"time"

ccli "github.com/saschagrunert/ccli/pkg"
"github.com/saschagrunert/ccli"
"github.com/urfave/cli"
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"os"
"time"

ccli "github.com/saschagrunert/ccli/pkg"
"github.com/saschagrunert/ccli"
"github.com/urfave/cli"
)

Expand Down

0 comments on commit e981d95

Please sign in to comment.