Skip to content

Commit

Permalink
Merge pull request #60 from Aashna-Agrawal/patch-2
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
SimonWaldherr authored Oct 22, 2020
2 parents 4a3fb02 + ae4365e commit 62b0a21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,13 @@ We can trigger a function at a particular time through cron
go run cron.go
```

Map Golang Example
Hash Map standard functions in golang

```Shell
go run map.go
```

## Compile

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.
Expand Down

0 comments on commit 62b0a21

Please sign in to comment.