charmbracelet / kancli

A tutorial for building a command line kanban board in Go
183 stars 34 forks source link

Fix panic and remove unnecessary constructors #10

Closed tauraamui closed 1 year ago

tauraamui commented 2 years ago

Just noticed this is somewhat a dup fix of the other open PR, however it does also make some changes to make it more inline with common Go idiosyncrasies.