~bayindirh/introducing_go_book_examples

82d6a3e7 — Hakan Bayindir 2 years ago master
Start adding chapter 8 examples.

This commit adds first part of the chapter 8 examples.
b0559f8b — Hakan Bayindir 2 years ago
Complete chapter 7 examples and exercises.

This commit completes chapter 7 examples and exercises. Also contains a new extracurricular example to show method overloading/overriding.
db6911f8 — Hakan Bayindir 2 years ago
Update README.md

Add chapter 7, fix some little capitalization errors.
8adb78a6 — Hakan Bayindir 2 years ago
Add first set of chapter 7 examples.

This commit adds a couple of chapter 7 examples, showcasing how structs,
functions and main function interacts.
43899e02 — Hakan Bayindir 2 years ago
Add live notes.

Share the language notes I took during working on these examples.
8e8fdc8b — Hakan Bayindir 2 years ago
Complete chapter 6, add extracurricular section.

This commit completes chapter 6 with exercises, and also adds a new folder called extracurricular, which contains exploration of curiosities within the Go language.
52626d4d — Hakan Bayindir 2 years ago
Add first batch of chapter 6 examples.

This adds most of the Chapter 6 examples, related to functions.
e08e8d64 — Hakan Bayindir 2 years ago
Add remaining Chapter 5 examples.

This commit completes the rest of the Chapter 5 examples and exercises.
7b98c296 — Hakan Bayindir 2 years ago
fluff: Add a missing comment.

Improve the readability of the code by adding a simple comment.
ee351809 — Hakan Bayindir 2 years ago
Add first part of chapter 5 examples.

This commit adds first part of the chapter 5 examples.
7edd7c10 — Hakan Bayindir 2 years ago
Add chapter 4 exercises section.

This commit adds solutions to free exercises given at the end of
chapter 4.
f31c5900 — Hakan Bayindir 2 years ago
Add a missing file end newline to an exmaple.
5fbce7cc — Hakan Bayindir 2 years ago
Add chapter-4 examples.

This commit adds examples and exercises about chapter-4: Control
structures (for/if/switch).
65de2fb9 — Hakan Bayindir 2 years ago
src: Add a comment to an exercise.

Add a small comment to an exercise.
56efd97d — Hakan Bayindir 2 years ago
src: Add chapter 3 examples and exercises.

This commit adds all chapter 3 content.
a847234b — Hakan Bayindir 2 years ago
doc: Update README.md.

Update README.md to detail the insides of the repository.
ac2bc189 — Hakan Bayindir 2 years ago
src: Rename examples for better order.

The example programs are renamed to show their order inside a chapter, to make them easier to follow.
a8a52b94 — Hakan Bayindir 2 years ago
Finish Chapter 2.

This examples finishes the second chapter of the book.
937f24a7 — Hakan Bayindir 2 years ago
Rename first program.

Since Go doesn't care about source file names, renamed the first program
to something more meaaningful.
7199bd87 — Hakan Bayindir 2 years ago
Add first example of Chapter 1.

Adds the first example from chapter one, the "Hello, World!" program.
Next