Files
goreplay/pro.go
T

6 lines
147 B
Go

package main
// PRO this value indicates if goreplay is running in PRO mode..
// it must not be modified explicitly in production
var PRO = false