package app import ( "net/http" gorilla "github.com/gorilla/mux" ) func (rm *TaskManager) RegisterRoutes(router *gorilla.Router) { }