GoDoxy/cmd/pprof_production.go

7 lines
89 B
Go

//go:build !pprof
package main
func initProfiling() {
// no profiling in production
}