mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-18 00:17:14 +02:00
8 lines
79 B
Go
8 lines
79 B
Go
//go:build production
|
|
|
|
package build
|
|
|
|
func init() {
|
|
Flags.Production = true
|
|
}
|