mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-11 14:20:32 +01:00
8 lines
89 B
Go
8 lines
89 B
Go
//go:build !pprof
|
|
|
|
package main
|
|
|
|
func initProfiling() {
|
|
// no profiling in production
|
|
}
|