learnergo

Results 2 comments of learnergo

I think "go" should be here: ``` if item.lifeSpan > 0 && (expDur == 0 || item.lifeSpan < expDur) { go table.expirationCheck() } ```

> > I think "go" should be here: > > ``` > > if item.lifeSpan > 0 && (expDur == 0 || item.lifeSpan < expDur) { > > go table.expirationCheck()...