1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/bamboohr/bamboohr.go
2018-04-04 08:58:17 -07:00

19 lines
317 B
Go

package bamboohr
import (
//"time"
)
// TODO Move this into the client. Why is it separate?
//func Fetch() []Item {
//client := NewClient()
//result := client.Away("timeOff", today(), today())
//return result
//}
//func today() string {
//localNow := time.Now().Local()
//return localNow.Format("2006-01-02")
//}