Associate main entities with library
This commit is contained in:
@@ -26,7 +26,7 @@ type (
|
||||
}
|
||||
)
|
||||
|
||||
func walkDirTree(ctx context.Context, rootFolder string) (<-chan dirStats, chan error) {
|
||||
func walkDirTree(ctx context.Context, rootFolder string) (<-chan dirStats, <-chan error) {
|
||||
results := make(chan dirStats)
|
||||
errC := make(chan error)
|
||||
go func() {
|
||||
|
||||
Reference in New Issue
Block a user