working but should scroll emails
This commit is contained in:
7
main.go
7
main.go
@@ -3,7 +3,6 @@ package main
|
||||
import (
|
||||
"local/sandbox/contact/contact"
|
||||
"log"
|
||||
"time"
|
||||
)
|
||||
|
||||
func main() {
|
||||
@@ -13,12 +12,6 @@ func main() {
|
||||
From: config.EmailUser,
|
||||
Password: config.EmailPass,
|
||||
}
|
||||
log.Println(emailer)
|
||||
|
||||
//{45b6895c6dd6345f46e6e15dd2c61f03 Chase 12.86 GOOGLE *GSUITE_blapo [Wed, 1 Apr 2020 10:14:11 -0400 (EDT)]}
|
||||
log.Println(Upload(config, NewTransaction("11.11", "vendor", time.Now().String(), Bank(0))))
|
||||
|
||||
return
|
||||
emails, err := emailer.Read()
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
||||
Reference in New Issue
Block a user