Skip to content

Commit e552b47

Browse files
author
Rajeev Kumar Singh
committed
Readme
1 parent d43dc48 commit e552b47

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

07-packages/main/main.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
// Package declaration
12
package main
23

4+
// Importing Packages
35
import (
46
"fmt"
57
"time"

Readme.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414

1515
6. [Introduction to Functions in Go](https://www.callicoder.com/golang-functions/)
1616

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/)
1818

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/)
2020

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/)
2222

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/)
2424

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/)

0 commit comments

Comments
 (0)