package mytinytodo import "local/mytinytodoclient/mytinytodo/remote" func NewConfig() (*remote.Config, error) { return remote.NewConfig() }