-
Notifications
You must be signed in to change notification settings - Fork 534
Conversation
Current coverage is 77.17% (diff: 100%)@@ master #173 diff @@
==========================================
Files 94 92 -2
Lines 6051 5793 -258
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
- Hits 4723 4471 -252
- Misses 839 857 +18
+ Partials 489 465 -24
|
97c00da
to
5268cca
Compare
@@ -4,7 +4,7 @@ import ( | |||
"testing" | |||
|
|||
"gopkg.in/src-d/go-git.v4/storage/test" | |||
"gopkg.in/src-d/go-git.v4/utils/fs/os" | |||
"srcd.works/go-billy.v0/os" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that it is an external library, it should go into the third import block.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've gone through all the changed files and added it to a third group. When needed, I've grouped other imports as well.
Thank you for the review!
7a07e53
to
a7eae73
Compare
@@ -134,11 +134,11 @@ import ( | |||
"io" | |||
|
|||
"gopkg.in/src-d/go-git.v4" | |||
"gopkg.in/src-d/go-git.v4/utils/fs" | |||
"srcd.works/go-billy.v0/os" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
grouping? ;)
rebase? |
bee7ae9
to
cb804a9
Compare
osfs "gopkg.in/src-d/go-git.v4/utils/fs/os" | ||
|
||
"github.com/alcortesm/tgz" | ||
"srcd.works/go-billy.v0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please create a tag in go-bily and change the import to a version
cb804a9
to
a591c46
Compare
@Serabe last rebase |
Billy is a new library directly extracted from go-git. It abstract several storages systems in a filesystem interface. More in github.com/src-d/billy
a591c46
to
491ad2d
Compare
@mcuadros done. Waiting for CI. |
* Extract billy Billy is a new library directly extracted from go-git. It abstract several storages systems in a filesystem interface. More in github.com/src-d/billy * Fix grouping in imports block * Update billy to v1 * Re-remove fs_implementation example
Fixed typo
Billy is a new library directly extracted from go-git. It abstract
several storages systems in a filesystem interface.
More in github.com/src-d/billy