mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
7 lines
89 B
Go
7 lines
89 B
Go
//go:build !pprof
|
|
|
|
package main
|
|
|
|
func initProfiling() {
|
|
// no profiling in production
|
|
}
|