mobyvb / tasklist

a tool to keep track of tasks and how long you've been working on them
0 stars 0 forks source link

Organize code into more files #27

Open mobyvb opened 1 year ago

mobyvb commented 1 year ago

Keep the main function and code related to the REPL in main.go, but move the Task and TaskList types along with their associated functions into tasks.go.


files:main.go,tasks.go