Cloak/cmd/ck-server/pprof.go
2019-01-21 21:17:26 +00:00

10 lines
152 B
Go

// +build !pprof
package main
import "log"
func startPprof(x string) {
log.Println("pprof not available in release builds to reduce binary size")
}