1 min readSep 29, 2020
Looks like you're missing the initialization of the channel:
```
TokenCache{
requestToken: make(chan request),
}
```
Looks like you're missing the initialization of the channel:
```
TokenCache{
requestToken: make(chan request),
}
```
Software Engineer solving the next big problem one coffee at a time @ alexsniffin.com