MCPcopy
hub / github.com/gin-gonic/gin / debugPrintWARNINGDefault

Function debugPrintWARNINGDefault

debug.go:81–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81func debugPrintWARNINGDefault() {
82 if v, e := getMinVer(runtimeVersion); e == nil && v < ginSupportMinGoVer {
83 debugPrint(`[WARNING] Now Gin requires Go 1.25+.
84
85`)
86 }
87 debugPrint(`[WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
88
89`)
90}
91
92func debugPrintWARNINGNew() {
93 debugPrint(`[WARNING] Running in "debug" mode. Switch to "release" mode in production.

Callers 3

DefaultFunction · 0.85

Calls 2

getMinVerFunction · 0.85
debugPrintFunction · 0.85