diff --git a/17-project-empty-file-finder/exercises/README.md b/17-project-empty-file-finder/exercises/README.md index 942cec5..d33d3ef 100644 --- a/17-project-empty-file-finder/exercises/README.md +++ b/17-project-empty-file-finder/exercises/README.md @@ -1,7 +1,7 @@ # File Append Exercises -1. **[Sort and write items to a file](https://github.com/inancgumus/learngo/tree/master/15-slices/19-empty-file-finder-project/exercises/1-sort-to-a-file)** +1. **[Sort and write items to a file](https://github.com/inancgumus/learngo/tree/master/17-project-empty-file-finder/exercises/1-sort-to-a-file)** -2. **[Sort and write items to a file with their ordinals](https://github.com/inancgumus/learngo/tree/master/15-slices/19-empty-file-finder-project/exercises/2-sort-to-a-file)** +2. **[Sort and write items to a file with their ordinals](https://github.com/inancgumus/learngo/tree/master/17-project-empty-file-finder/exercises/2-sort-to-a-file-2)** -3. **[Find and write the names of subdirectories to a file](https://github.com/inancgumus/learngo/tree/master/15-slices/19-empty-file-finder-project/exercises/3-print-directories)** \ No newline at end of file +3. **[Find and write the names of subdirectories to a file](https://github.com/inancgumus/learngo/tree/master/17-project-empty-file-finder/exercises/3-print-directories)** \ No newline at end of file diff --git a/etc/stratch/main.go b/etc/stratch/main.go index 4679c7a..724677e 100644 --- a/etc/stratch/main.go +++ b/etc/stratch/main.go @@ -1,5 +1,4 @@ -// For more Go tutorials: learngoprogramming.com - +// ⭐️ LearnGoProgramming.com ⭐️ @inancgumus ⭐️ package main func main() {