Sha256: e6b0178b50b6339fc4743eefac9ba152f6b85d1ed3a6468407d039f489e3c347
Contents?: true
Size: 190 Bytes
Versions: 274
Compression:
Stored size: 190 Bytes
Contents
package gigasecond import "time" const testVersion = 4 // AddGigasecond returns time t plus one gigasecond. func AddGigasecond(t time.Time) time.Time { return t.Add(1e9 * time.Second) }
Version data entries
274 entries across 274 versions & 1 rubygems