debugPrintWARNINGNew() — gin Function Reference
Architecture documentation for the debugPrintWARNINGNew() function in debug.go from the gin codebase.
Entity Profile
Dependency Diagram
graph TD 96305311_b03e_eef6_465f_78484588392e["debugPrintWARNINGNew()"] ce2cf8e3_420b_e598_9442_8f932bc5cd59["debug.go"] 96305311_b03e_eef6_465f_78484588392e -->|defined in| ce2cf8e3_420b_e598_9442_8f932bc5cd59 11d01069_a77e_b36b_0898_4c80596b3dbe["debugPrint()"] 96305311_b03e_eef6_465f_78484588392e -->|calls| 11d01069_a77e_b36b_0898_4c80596b3dbe style 96305311_b03e_eef6_465f_78484588392e 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
Defined In
Calls
Source
Frequently Asked Questions
What does debugPrintWARNINGNew() do?
debugPrintWARNINGNew() is a function in the gin codebase, defined in debug.go.
Where is debugPrintWARNINGNew() defined?
debugPrintWARNINGNew() is defined in debug.go at line 92.
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