mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
19 lines
317 B
Go
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")
|
|
//}
|