File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ // Package declaration
1
2
package main
2
3
4
+ // Importing Packages
3
5
import (
4
6
"fmt"
5
7
"time"
Original file line number Diff line number Diff line change 14
14
15
15
6 . [ Introduction to Functions in Go] ( https://www.callicoder.com/golang-functions/ )
16
16
17
- 7 . [ Working with Arrays in Golang] ( https://www.callicoder.com/golang-arrays / )
17
+ 7 . [ A beginners guide to Packages in Golang] ( https://www.callicoder.com/golang-packages / )
18
18
19
- 8 . [ Introduction to Slices in Golang] ( https://www.callicoder.com/golang-slices / )
19
+ 8 . [ Working with Arrays in Golang] ( https://www.callicoder.com/golang-arrays / )
20
20
21
- 9 . [ Golang Maps by Example ] ( https://www.callicoder.com/golang-maps / )
21
+ 9 . [ Introduction to Slices in Golang ] ( https://www.callicoder.com/golang-slices / )
22
22
23
- 10 . [ Playing with Pointers in Golang ] ( https://www.callicoder.com/golang-pointers / )
23
+ 10 . [ Golang Maps by Example ] ( https://www.callicoder.com/golang-maps / )
24
24
25
- 11 . [ Golang Structs Tutorial with Examples] ( https://www.callicoder.com/golang-structs/ )
25
+ 11 . [ Playing with Pointers in Golang] ( https://www.callicoder.com/golang-pointers/ )
26
+
27
+ 12 . [ Golang Structs Tutorial with Examples] ( https://www.callicoder.com/golang-structs/ )
You can’t perform that action at this time.
0 commit comments