Skip to content

Commit 829bed8

Browse files
committed
Merge pull request exercism#14 from Tonkpils/print-fetched
Print out fetched assignments.
2 parents 96b82c4 + d7b2982 commit 829bed8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/exercism/assignment.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ func SaveAssignment(dir string, a Assignment) (err error) {
3434
err = errors.New(fmt.Sprintf("Error writing file %s: [%s]", a.TestFile, err.Error()))
3535
}
3636

37+
fmt.Println(a.Track, "-", a.Slug)
38+
3739
return
3840
}

0 commit comments

Comments
 (0)