File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 1
1
# go-demo
2
- Practice materials for Go
2
+ Practice materials for ** Go: Getting Started ** course
3
3
4
4
### Language Characteristics
5
5
* Fast Compilation
@@ -16,12 +16,28 @@ Practice materials for Go
16
16
* GUI / Thick Client
17
17
* Machine Learning
18
18
19
+ ### Primitive Data Types
20
+ * Variables
21
+ * Pointers
22
+ * Constants
23
+
24
+ ### Collection Types
25
+ * Arrays
26
+ * Slices
27
+ * Maps
28
+ * Structs
29
+
19
30
### For Loop Types
20
31
* Loop till condition
21
32
* Loop till condition with post clause
22
33
* Infinite loops
23
34
* Loop over collections
24
35
36
+ ### Branching
37
+ * Panics
38
+ * If statements
39
+ * Switches
40
+
25
41
### Sample Web Service Project Structure
26
42
```
27
43
module "demo/webservice"
@@ -34,6 +50,5 @@ module "demo/webservice"
34
50
```
35
51
36
52
### 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.
You can’t perform that action at this time.
0 commit comments