Skip to content

Commit

Permalink
Add overview table to README
Browse files Browse the repository at this point in the history
  • Loading branch information
loong committed Mar 16, 2017
1 parent d6fcf6a commit 97ac37c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 3-limit-service-time/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Limit service time
# Limit Service Time for Free-tier Users

Your video processing service has a freemium model. Everyone has 10
sec of free processing time on your service. After that, the
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ The Go community has plenty resources to read about go's concurrency model and h
2. If you find a `*_test.go` file, you can test the correctness of your solution with `go test`
3. If you get stuck, join us on [Slack](https://gophersinvite.herokuapp.com/)! I'm sure there will be people who are happy to give you some code review (if not, find me via @beertocode ;) )

## Overview
| # | Name of the Challenge + URL |
| - |:-------------|
| 0 | [Limit your Crawler](https://github.com/mindworker/go-concurrency-exercises/tree/master/0-limit-crawler) |
| 1 | [Producer-Consumer](https://github.com/mindworker/go-concurrency-exercises/tree/master/1-producer-consumer) |
| 2 | [Race Condition in Caching Cache](https://github.com/mindworker/go-concurrency-exercises/tree/master/2-race-in-cache#race-condition-in-caching-szenario) |
| 3 | [Limit Service Time for Free-tier Users](https://github.com/mindworker/go-concurrency-exercises/tree/master/3-limit-service-time) |
| 4 | [Graceful SIGINT Killing](https://github.com/mindworker/go-concurrency-exercises/tree/master/4-graceful-sigint) |

## License

```
Expand Down

0 comments on commit 97ac37c

Please sign in to comment.