-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path12-struct-in-go.slide
69 lines (38 loc) · 1.38 KB
/
12-struct-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
Welcome To Golang and Let's GO
GO Tutorial - Struct 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!
- struct
- struct print field
- struct directly
- struct directly values
- struct composition
.image golang-lets-go/assets/go_jumping.gif
* struct
.play golang-lets-go/12-struct-in-go/1-struct.go
.image golang-lets-go/assets/gospeed.jpg
* struct print field
.play golang-lets-go/12-struct-in-go/2-struct-print-field.go
.image golang-lets-go/assets/gopherflag.png
* struct directly
.play golang-lets-go/12-struct-in-go/3-struct-directly.go
.image golang-lets-go/assets/govoce.jpg
* struct directly values
.play golang-lets-go/12-struct-in-go/4-struct-directly-values.go
.image golang-lets-go/assets/gocomp.jpg
* struct composition
.play golang-lets-go/12-struct-in-go/5-struct-composition.go
.image golang-lets-go/assets/gobrk.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