From 7549a102f60a7ff9503308280ff88860cf6fbf03 Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Sun, 18 Nov 2018 20:47:56 +0300 Subject: [PATCH] add: fix todo list --- etc/FIX.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 etc/FIX.md diff --git a/etc/FIX.md b/etc/FIX.md new file mode 100644 index 0000000..748f358 --- /dev/null +++ b/etc/FIX.md @@ -0,0 +1,11 @@ +# Things to fix + +- [ ] AliasedTypes: At 4:48, `runVal = rune(int32Val)` [Ref](https://www.udemy.com/learn-go-the-complete-bootcamp-course-golang/learn/v4/questions/5603536) + +- [ ] Underlying types demo gram/kilogram/ton confusion [Ref](https://www.udemy.com/learn-go-the-complete-bootcamp-course-golang/learn/v4/questions/5603348) + +- [ ] Multiplication table challenge exercises flyer [Ref](https://www.udemy.com/learn-go-the-complete-bootcamp-course-golang/learn/v4/questions/5600066) + +- [ ] Apply grammar mistakes to Udemy [Ref](https://github.com/inancgumus/learngo/commit/06891c57fc5299db5f5178bde4da7dd8e569c082) + +- [ ] Fix the printing lecture 78 exercise (numbers) [Ref](https://learngoprogramming.slack.com/archives/DC86N4QJK/p1542552870174800) \ No newline at end of file