google / seesaw

Seesaw v2 is a Linux Virtual Server (LVS) based load balancing platform.
Apache License 2.0
5.65k stars 511 forks source link

watchdog: use time.Time's Format method #74

Closed DrJosh9000 closed 4 years ago

DrJosh9000 commented 4 years ago

The Format method of time.Time is a simpler way of formatting a timestamp in a particular way, than breaking the components out individually.