package utils import ( "time" ) type runInfo struct { TimeStarted time.Time Pid int }