forked from inancgumus/learngo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: log*.txt files for every project
- Loading branch information
1 parent
d26f394
commit 03e189b
Showing
20 changed files
with
114 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
26-functions-and-pointers/03-refactor-to-funcs/log_err_missing.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
6 changes: 6 additions & 0 deletions
6
26-functions-and-pointers/03-refactor-to-funcs/log_err_negative.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org -100 | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
6 changes: 6 additions & 0 deletions
6
26-functions-and-pointers/03-refactor-to-funcs/log_err_str.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org FOUR | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
6 changes: 6 additions & 0 deletions
6
26-functions-and-pointers/04-pass-by-value-semantics/log_err_missing.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
6 changes: 6 additions & 0 deletions
6
26-functions-and-pointers/04-pass-by-value-semantics/log_err_negative.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org -100 | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
6 changes: 6 additions & 0 deletions
6
26-functions-and-pointers/04-pass-by-value-semantics/log_err_str.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org FOUR | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org XX | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
6 changes: 6 additions & 0 deletions
6
26-functions-and-pointers/08-log-parser-pointers/log_err_missing.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
6 changes: 6 additions & 0 deletions
6
26-functions-and-pointers/08-log-parser-pointers/log_err_negative.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org -100 | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
6 changes: 6 additions & 0 deletions
6
26-functions-and-pointers/08-log-parser-pointers/log_err_str.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org FOUR | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
26-functions-and-pointers/08x-log-parser-pointers/log_err_missing.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
6 changes: 6 additions & 0 deletions
6
26-functions-and-pointers/08x-log-parser-pointers/log_err_negative.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org -100 | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
6 changes: 6 additions & 0 deletions
6
26-functions-and-pointers/08x-log-parser-pointers/log_err_str.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org FOUR | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org -100 | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org FOUR | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org -100 | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
learngoprogramming.com 10 | ||
learngoprogramming.com 10 | ||
golang.org FOUR | ||
golang.org 6 | ||
blog.golang.org 20 | ||
blog.golang.org 10 |