Skip to content

Commit 17ae10e

Browse files
author
Ashwin Hegde
committed
Merge pull request #8 from hegdeashwin/develop
Adds table of content in readme.md
2 parents 906e77a + a0fb986 commit 17ae10e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
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.
44

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+
517
## Author & Contributors
618

719
Developed & maintained by author: Ashwin Hegde

0 commit comments

Comments
 (0)