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:
@@ -3,7 +3,7 @@ package todoist
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"github.com/darkSasori/todoist"
|
||||
"github.com/wtfutil/todoist"
|
||||
)
|
||||
|
||||
type Project struct {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package todoist
|
||||
|
||||
import (
|
||||
"github.com/darkSasori/todoist"
|
||||
"github.com/rivo/tview"
|
||||
"github.com/wtfutil/todoist"
|
||||
"github.com/wtfutil/wtf/view"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user