You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
This training kit has been developed for those who already have the basic knowledge of Programming; This training kit will teach you the basics of Go programming language.
4
4
5
+
## Table of content
6
+
7
+
* Session 1: Introduction to Go & development environment.
8
+
* Session 2: Variables, Types, Pointers and Constants.
9
+
* Session 3: Functions.
10
+
* Session 4: Branching & Loops.
11
+
* Session 5: Maps, Slices.
12
+
* Session 6: Methods & Interface.
13
+
* Session 7: Concurrency.
14
+
* Session 8: Web Application.
15
+
* Session 9: Introduction to Martini - Go web framework.
16
+
5
17
## Author & Contributors
6
18
7
19
Developed & maintained by author: Ashwin Hegde
0 commit comments