debugPrintWARNINGNew() — gin Function Reference
Architecture documentation for the debugPrintWARNINGNew() function in debug.go from the gin codebase.
Entity Profile
Dependency Diagram
graph TD 3cc00b77_8f47_bd4c_29d8_c47fa43a5eb5["debugPrintWARNINGNew()"] f8fa3e34_858d_6d0e_4b36_8c99ed64553a["debugPrint()"] 3cc00b77_8f47_bd4c_29d8_c47fa43a5eb5 -->|calls| f8fa3e34_858d_6d0e_4b36_8c99ed64553a style 3cc00b77_8f47_bd4c_29d8_c47fa43a5eb5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
debug.go lines 92–98
func debugPrintWARNINGNew() {
debugPrint(`[WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
`)
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does debugPrintWARNINGNew() do?
debugPrintWARNINGNew() is a function in the gin codebase.
What does debugPrintWARNINGNew() call?
debugPrintWARNINGNew() calls 1 function(s): debugPrint.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free