1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Add forked version of Todoist

This commit is contained in:
Chris Cummer
2019-09-15 15:40:19 -07:00
parent d735047e09
commit 979c7294eb
54 changed files with 11733 additions and 131 deletions

View File

@@ -3,7 +3,7 @@ package todoist
import (
"fmt"
"github.com/darkSasori/todoist"
"github.com/wtfutil/todoist"
)
type Project struct {

View File

@@ -1,8 +1,8 @@
package todoist
import (
"github.com/darkSasori/todoist"
"github.com/rivo/tview"
"github.com/wtfutil/todoist"
"github.com/wtfutil/wtf/view"
)