1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-26 00:22:21 -07:00

Added gspreadsheets module

This commit is contained in:
Andrew_Zol
2018-06-08 20:27:39 +03:00
committed by Chris Cummer
parent 0ec2259609
commit aace78285d
4 changed files with 204 additions and 0 deletions

2
wtf.go
View File

@@ -17,6 +17,7 @@ import (
"github.com/senorprogrammer/wtf/cryptoexchanges/bittrex"
"github.com/senorprogrammer/wtf/cryptoexchanges/cryptolive"
"github.com/senorprogrammer/wtf/gcal"
"github.com/senorprogrammer/wtf/gspreadsheets"
"github.com/senorprogrammer/wtf/git"
"github.com/senorprogrammer/wtf/github"
"github.com/senorprogrammer/wtf/gitlab"
@@ -228,6 +229,7 @@ func makeWidgets(app *tview.Application, pages *tview.Pages) {
cmdrunner.Config = Config
cryptolive.Config = Config
gcal.Config = Config
gspreadsheets.Config = Config
git.Config = Config
github.Config = Config
gitlab.Config = Config