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