Loading juggler.go 0 → 100644 +1 −0 Original line number Diff line number Diff line package juggler juggler_test.go 0 → 100644 +17 −0 Original line number Diff line number Diff line package juggler import "testing" func TestJugglerGenericScan(t *testing.T) { // scan directory: for each directory // get remotes and branches // use current branch for syncing // use *upstream* for syncing: from // use *origin* for syncing: to // store collection information } func TestJugglerGenericUpdate(t *testing.T) { // loop through all projects // } Loading
juggler_test.go 0 → 100644 +17 −0 Original line number Diff line number Diff line package juggler import "testing" func TestJugglerGenericScan(t *testing.T) { // scan directory: for each directory // get remotes and branches // use current branch for syncing // use *upstream* for syncing: from // use *origin* for syncing: to // store collection information } func TestJugglerGenericUpdate(t *testing.T) { // loop through all projects // }