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

Clean up the GitHub module's API credentials loading

This commit is contained in:
Chris Cummer
2018-07-31 13:58:08 -07:00
parent c7223843f0
commit 0a019ff836
2 changed files with 20 additions and 6 deletions

View File

@@ -1,13 +1,11 @@
package weather
import (
//"fmt"
"os"
owm "github.com/briandowns/openweathermap"
"github.com/gdamore/tcell"
"github.com/rivo/tview"
//"github.com/senorprogrammer/wtf/logger"
"github.com/senorprogrammer/wtf/wtf"
)