mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
6 lines
147 B
Go
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
|