5 lines
82 B
Go
5 lines
82 B
Go
package builders
|
|
|
|
import "time"
|
|
|
|
var deterministicZipTime = time.Unix(0, 0).UTC()
|