tmrts / go-patterns

Curated list of Go design patterns, recipes and idioms

Home Page:http://tmrts.com/go-patterns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Generator pattern output

niranjan92 opened this issue · comments

The count function for loop should have <=. Currently it prints one less than expected.