mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-18 07:13:50 +01:00
8 lines
93 B
Go
8 lines
93 B
Go
//go:build production
|
|
|
|
package main
|
|
|
|
func initProfiling() {
|
|
// no profiling in production
|
|
}
|