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") //}