jeffreydwalter / arlo-go

WIP - (BETA) - Go package for interacting with Netgear's Arlo camera system.
MIT License
43 stars 8 forks source link

Remove unused UnixMicro and UnixMilli functions #18

Closed jryd closed 5 years ago

jryd commented 5 years ago

As requested in #12, we want to push UnixMicro and UnixMilli to a new internal package or remove them entirely.

Searching across the repo, I cannot see that these functions are currently used for anything internally and therefore I feel they can just be removed entirely.

If I've missed a purpose for them to exist then please let me know!