Meal Planner is a program that allows users to save recipes and generates meal plans from the saved recipes.
This project uses the menu package found at github.com/magikitty/menu. Downloand and install the package by running go get github.com/magikitty/menu. To use the package in your project add "github.com/magikitty/menu" to the import list in your project.