Skip to content

Commit 62b0a21

Browse files
Merge pull request #60 from Aashna-Agrawal/patch-2
Update readme.md
2 parents 4a3fb02 + ae4365e commit 62b0a21

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,13 @@ We can trigger a function at a particular time through cron
550550
go run cron.go
551551
```
552552

553+
Map Golang Example
554+
Hash Map standard functions in golang
555+
556+
```Shell
557+
go run map.go
558+
```
559+
553560
## Compile
554561

555562
One great aspect of Golang is, that you can start go applications via ```go run name.go```, but also compile it to an executable with ```go build name.go```. After that you can start the compiled version which starts much faster.

0 commit comments

Comments
 (0)