Project, Task and Time management
package main

type errMsg struct{ err error }

func (e errMsg) Error() string { return e.err.Error() }