Skip to content

Commit f057e1b

Browse files
committed
Readme
1 parent 0db8f9c commit f057e1b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Readme.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## Golang Tutorials
22

3-
### Getting Started
3+
#### Getting Started
44

55
+ [Golang Installation, Setup, GOPATH, and Go Workspace](https://www.callicoder.com/golang-installation-setup-gopath-workspace/)
66

77
+ [Writing your first Go program](https://www.callicoder.com/golang-introduction-hello-world/)
88

99

10-
### Variables, Constants, and Data Types
10+
#### Variables, Constants, and Data Types
1111

1212
+ [Golang Variables, Zero Values, and Type inference](https://www.callicoder.com/golang-variables-zero-values-type-inference/)
1313

@@ -16,19 +16,19 @@
1616
+ [Working with Constants in Golang](https://www.callicoder.com/golang-typed-untyped-constants/)
1717

1818

19-
### Control Structures
19+
#### Control Structures
2020

2121
+ [Golang Control Flow Statements: If, Switch and For](https://www.callicoder.com/golang-control-flow/)
2222

2323

24-
### Functions and Packages
24+
#### Functions and Packages
2525

2626
+ [Introduction to Functions in Go](https://www.callicoder.com/golang-functions/)
2727

2828
+ [A beginners guide to Packages in Golang](https://www.callicoder.com/golang-packages/)
2929

3030

31-
### Collection Types
31+
#### Collection Types
3232

3333
+ [Working with Arrays in Golang](https://www.callicoder.com/golang-arrays/)
3434

@@ -37,13 +37,13 @@
3737
+ [Golang Maps by Example](https://www.callicoder.com/golang-maps/)
3838

3939

40-
### Pointers and Structs
40+
#### Pointers and Structs
4141

4242
+ [Playing with Pointers in Golang](https://www.callicoder.com/golang-pointers/)
4343

4444
+ [Golang Structs Tutorial with Examples](https://www.callicoder.com/golang-structs/)
4545

4646

47-
### Methods and Interfaces
47+
#### Methods and Interfaces
4848

4949
+ [Golang Methods Tutorial with Examples](https://www.callicoder.com/golang-methods-tutorial/)

0 commit comments

Comments
 (0)