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