Skip to content

Commit 61aa206

Browse files
committed
Updated README
1 parent 3c8614d commit 61aa206

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# go-demo
2-
Practice materials for Go
2+
Practice materials for **Go: Getting Started** course
33

44
### Language Characteristics
55
* Fast Compilation
@@ -16,12 +16,28 @@ Practice materials for Go
1616
* GUI / Thick Client
1717
* Machine Learning
1818

19+
### Primitive Data Types
20+
* Variables
21+
* Pointers
22+
* Constants
23+
24+
### Collection Types
25+
* Arrays
26+
* Slices
27+
* Maps
28+
* Structs
29+
1930
### For Loop Types
2031
* Loop till condition
2132
* Loop till condition with post clause
2233
* Infinite loops
2334
* Loop over collections
2435

36+
### Branching
37+
* Panics
38+
* If statements
39+
* Switches
40+
2541
### Sample Web Service Project Structure
2642
```
2743
module "demo/webservice"
@@ -34,6 +50,5 @@ module "demo/webservice"
3450
```
3551

3652
### Best Practices
37-
> https://golang.org/doc/effective_go.html
38-
39-
> https://github.com/golang/go/wiki/CodeReviewComments
53+
* https://golang.org/doc/effective_go.html
54+
* https://github.com/golang/go/wiki/CodeReviewComments
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)