if t,_,err := os.Time(); err == nil { port[5] = int32(t) }
有关如何更新此工作与当前Go实施工作的任何建议?
import "time" ... port[5] = int32(time.Now().Unix())