An open API service indexing awesome lists of open source software.

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

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
```