Alexander Sniffin
1 min readSep 29, 2020

--

Looks like you're missing the initialization of the channel:

```

TokenCache{

requestToken: make(chan request),

}

```

--

--

Alexander Sniffin
Alexander Sniffin

Written by Alexander Sniffin

Software Engineer solving the next big problem one coffee at a time @ alexsniffin.com

Responses (1)