https://github.com/natserract/a-tour-of-goroutines
Source code of https://engineering-natserract.vercel.app/posts/a-tour-of-goroutines
https://github.com/natserract/a-tour-of-goroutines
Last synced: 6 months ago
JSON representation
Source code of https://engineering-natserract.vercel.app/posts/a-tour-of-goroutines
- Host: GitHub
- URL: https://github.com/natserract/a-tour-of-goroutines
- Owner: natserract
- Created: 2024-05-13T04:59:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-23T06:25:40.000Z (over 1 year ago)
- Last Synced: 2024-05-23T07:32:27.865Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goroutines Walkthrough
Deep dive into goroutines
## Related files:
- [main_test.go](main_test.go)
- [git.go](git/git.go)## Run Server
```sh
make dev
```## Run test:
```sh
go test
```