This project tracker can be built with go build -o <outdir/executablefilename>
where the output directory and executable name are provided after the -o
flag.
ex.
go build
- will create an executable named "project-manager"
you can execute the file by running ./project-manager "my message"