I have some code written in Go which I am trying to update to work with the latest weekly builds. (It was last built under r60). Everything is now working except for the fol
import "time" ... port[5] = int32(time.Now().Unix())