//go:build !debug // +build !debug package appng func IsDebug() bool { return false }