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

Move IP address modules and weather modules into own subdirectories

This commit is contained in:
Chris Cummer
2018-06-13 09:46:35 -07:00
parent 52f719d342
commit d751821c34
7 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import (
"github.com/senorprogrammer/wtf/github"
"github.com/senorprogrammer/wtf/textfile"
"github.com/senorprogrammer/wtf/todo"
"github.com/senorprogrammer/wtf/weather"
"github.com/senorprogrammer/wtf/weatherservices/weather"
)
func DisplayModuleInfo(moduleName string) {