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

Migrate all modules to their own subfolder

Handles #375
This commit is contained in:
Sean Smith
2019-02-18 11:16:34 -05:00
parent c28c31aedb
commit 8030380f89
123 changed files with 51 additions and 51 deletions

View File

@@ -3,12 +3,12 @@ package help
import (
"fmt"
"github.com/wtfutil/wtf/git"
"github.com/wtfutil/wtf/github"
"github.com/wtfutil/wtf/textfile"
"github.com/wtfutil/wtf/todo"
"github.com/wtfutil/wtf/todoist"
"github.com/wtfutil/wtf/weatherservices/weather"
"github.com/wtfutil/wtf/modules/git"
"github.com/wtfutil/wtf/modules/github"
"github.com/wtfutil/wtf/modules/textfile"
"github.com/wtfutil/wtf/modules/todo"
"github.com/wtfutil/wtf/modules/todoist"
"github.com/wtfutil/wtf/modules/weatherservices/weather"
)
func Display(moduleName string) {