-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path6-if-else-statement-in-go.slide
73 lines (38 loc) · 1.54 KB
/
6-if-else-statement-in-go.slide
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Welcome To Golang and Let's GO
GO Tutorial - If...else Statement in Go
01:12 1 Dec 2019
[[https://www.milovantomasevic.com][Milovan Tomašević]]
[[https://www.milovantomasevic.com/courses/#table-of-contents][Go Tutorial]]
* Let's Go!
- if statement
- and r if statement
- if else statement
- else if statement
- else default message
.image golang-lets-go/assets/go_jumping.gif
* if statement
.play golang-lets-go/6-if-else-statement-in-go/1-if-statement.go /^func main/,/^}/
.image golang-lets-go/assets/gobegin.jpg
* and r if statement
.play golang-lets-go/6-if-else-statement-in-go/2-and-or-if-statement.go /^func main/,/^}/
.image golang-lets-go/assets/gopil.jpg
* if else statement
.play golang-lets-go/6-if-else-statement-in-go/3-if-else-statement.go /^func main/,/^}/
.image golang-lets-go/assets/goair.jpg
* else if statement
.play golang-lets-go/6-if-else-statement-in-go/4-else-if-statement.go /^func main/,/^}/
.image golang-lets-go/assets/golearn.png
* else default message
.play golang-lets-go/6-if-else-statement-in-go/5-else-default-message.go /^func main/,/^}/
.image golang-lets-go/assets/gomore.png
* Try it!
References, articles, tutorials, links, and more:
- [[https://golang.org/doc/][Go Documentation]]
- [[https://tour.golang.org/][A Tour of Go]]
- [[https://golang.org/doc/code.html][How to Write Go Code]]
- [[https://github.com/golang/go/wiki][The Go Wiki]]
- [[https://golang.org/doc/effective_go.html][Effective Go]]
- ...
.image golang-lets-go/assets/work.gif
* Thanks! Q&A?
.image golang-lets-go/assets/mascot.gif